audiostate

0.0.2 • Public • Published

audiostate

Gives you the current state of your ALSA audio device.

install

npm install audiostate --save

example

const audiostate = require('audiostate');

audiostate((err, state) => {
    if (err) {
        return console.log(err);
    }
    console.log(state);
});

Readme

Keywords

none

Package Sidebar

Install

npm i audiostate

Weekly Downloads

0

Version

0.0.2

License

MIT

Last publish

Collaborators

  • coolchip