mirror of
https://github.com/MiSTer-devel/CDi_MiSTer.git
synced 2026-06-14 03:04:32 +00:00
5 lines
165 B
Bash
Executable File
5 lines
165 B
Bash
Executable File
sox -M \
|
|
-r 44100 -e signed-integer -b 16 -c 1 -t raw $1/audio_left.bin \
|
|
-r 44100 -e signed-integer -b 16 -c 1 -t raw $1/audio_right.bin \
|
|
$1_audio.wav
|