add readme stub

This commit is contained in:
filifa 2024-08-24 21:24:09 -05:00
parent 32e0e553a0
commit e48b6418e9
1 changed files with 5 additions and 0 deletions

5
README.md Normal file
View File

@ -0,0 +1,5 @@
# milkbucket
```
ffmpeg -i "$track" -ar 44100 -f wav - | tee >(aplay) | LD_LIBRARY_PATH=~/.local/lib/ ./milkbucket -p "$preset"
```