mirror of
https://github.com/G2-Games/ArduinoSoundcard.git
synced 2025-04-19 20:22:54 -05:00
Added the sending program
This commit is contained in:
parent
a2578f13af
commit
d013b24e0a
1 changed files with 2 additions and 0 deletions
2
sendaudio.sh
Executable file
2
sendaudio.sh
Executable 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
|
Loading…
Reference in a new issue