aurix/boot/sound/note.txt
2025-04-20 16:43:59 +02:00

7 lines
No EOL
175 B
Text

1. Convert an audio file to .raw format:
ffmpeg -i $file -acodec pcm_s16le -f s16le -ac 2 $file.raw
2. Convert .raw to C header:
python3 utils/gen_sound_header.py $file.raw