mirror of
https://github.com/G2-Games/ArduinoSoundcard.git
synced 2025-04-19 04:12:53 -05:00
2 lines
139 B
Bash
Executable file
2 lines
139 B
Bash
Executable file
#!/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
|