NodeJS NAPI module for interfacing alsa mixer.
This is meant to run on a Linux box, where alsa is available. The build process will require the alsa development headers, as well as pkg-config to actually source the proper paths.
Given yu have the required dependencies, you should be able to build alsamix like so:
npm install
The module is currently limited to:
- set_volume(volume, card, element)
- get_volume(card, element)