Added TrueType base and HDA driver
This commit is contained in:
parent
aa3f734406
commit
42cc0d9f40
30 changed files with 7120 additions and 35 deletions
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