Files
CDi_MiSTer/sim2/create_wav.sh
Andre Zeps a9091d515b MPEG Audio is working
Timing is still wrong
SkyWays music can be heard
2025-07-15 20:49:26 +02:00

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