node-asound

List available ALSA playback and recording devices and (soon) set volume settings


Keywords
asound, alsa, node
License
ISC
Install
npm install node-asound@0.1.2

Documentation

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. ;)