Added TrueType base and HDA driver

This commit is contained in:
Jozef Nagy 2025-04-20 16:43:59 +02:00
parent aa3f734406
commit 42cc0d9f40
Signed by untrusted user who does not match committer: crz
GPG key ID: 459A4811CEAC7068
30 changed files with 7120 additions and 35 deletions

7
boot/sound/note.txt Normal file
View file

@ -0,0 +1,7 @@
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