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

BIN
boot/sound/chime.mp3 Normal file

Binary file not shown.

1
boot/sound/license.txt Normal file
View file

@ -0,0 +1 @@
AxBoot Sounds © 2025 by Jozef Nagy is licensed under CC BY-SA 4.0. To view a copy of this license, visit https://creativecommons.org/licenses/by-sa/4.0/

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