Music visualization using Milkdrop presets
Go to file
filifa e48b6418e9 add readme stub 2024-08-24 21:24:09 -05:00
cmd use cobra 2024-08-24 21:05:15 -05:00
.gitignore initial commit 2024-08-19 21:53:48 -05:00
COPYING use cobra 2024-08-24 21:05:15 -05:00
README.md add readme stub 2024-08-24 21:24:09 -05:00
go.mod use cobra 2024-08-24 21:05:15 -05:00
go.sum use cobra 2024-08-24 21:05:15 -05:00
main.go use cobra 2024-08-24 21:05:15 -05:00

README.md

milkbucket

ffmpeg -i "$track" -ar 44100 -f wav - | tee >(aplay) | LD_LIBRARY_PATH=~/.local/lib/ ./milkbucket -p "$preset"