Added TrueType base and HDA driver
This commit is contained in:
parent
aa3f734406
commit
42cc0d9f40
30 changed files with 7120 additions and 35 deletions
BIN
boot/sound/chime.mp3
Normal file
BIN
boot/sound/chime.mp3
Normal file
Binary file not shown.
1
boot/sound/license.txt
Normal file
1
boot/sound/license.txt
Normal 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
7
boot/sound/note.txt
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue