update example pipeline

This commit is contained in:
filifa 2024-08-24 22:41:14 -05:00
parent f2f49013f1
commit d9a2582c69
1 changed files with 1 additions and 1 deletions

View File

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