Added the sending program

This commit is contained in:
G2-Games 2022-11-02 17:40:39 -05:00
parent a2578f13af
commit d013b24e0a

2
sendaudio.sh Executable file
View file

@ -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