node-asound
This module will read settings from ALSA and have the ability to change them. It
is being written to assist with the Maia project.
Installation
npm install --save node-asound
Future Development
I will be working on allowing this module to generate the /etc/asound.conf file
and control ALSA using the amixer
program.
This program will NOT play back files or record. There are plenty of other
node packages to do that.
Contributing
Contributions are welcome and greatly appreciated. Please include some unit
tests. ;)