remove ld_library_path in example

This commit is contained in:
filifa 2024-08-25 18:57:34 -05:00
parent f30eb1c678
commit db3b2efb1e
1 changed files with 1 additions and 1 deletions

View File

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