nuta / resea

A microkernel-based hackable operating system.
Other
522 stars 29 forks source link

"sound_data.h" not found when building with hdaudio experimental server #57

Open 0kalekale opened 2 years ago

0kalekale commented 2 years ago
servers/experimental/hdaudio/main.c:9:10: fatal error: 'sound_data.h' file not found
#include "sound_data.h"
         ^~~~~~~~~~~~~~
1 error generated.

its on the gitignore, is this intentional?

nuta commented 2 years ago

It's intentional. You can generate it using wav2c.py from a sound file you have.

BTW, do not to use headphones when trying the HDAudio driver - it can output loud sound regardless of the volume and it can be harmful for your ears 😄