diff --git a/sendaudio.sh b/sendaudio.sh new file mode 100755 index 0000000..9bf9d02 --- /dev/null +++ b/sendaudio.sh @@ -0,0 +1,2 @@ +#!/bin/bash +ffmpeg -hide_banner -loglevel error -stats -i "$2" -filter:a "volume=${3:-1}" -f u8 -acodec pcm_u8 -ar 44100 -ac 1 pipe:1 > $1