Which package do I need to access ALSA headers?

Hi folks, does anyone happen to know which package I need to access the ALSA headers? I’d like to run them through a bindings generator, but can’t seem to find the headers in alsaLib, alsaUtils or alsaTools.

Perhaps I’m looking in the wrong place?

Any advice appreciated!

alsaLib.dev gives the headers for alsa. dev is usually used for headers / and other build-related stuff. You can do something like lib.getDev x to consistently get the headers (it cases on whether the “dev” output exists or not).

2 Likes