0.3.2 • Published 3 years ago

alsa-monitor v0.3.2

Weekly downloads
5
License
GPL-3.0
Repository
github
Last release
3 years ago

ALSA Monitoring build status

A simple library to notify users when ALSA properties change.

Currently

Currently the only implemented feature is triggering events when the volume changes.

API

The API is straightforward:

const alsa_monitor = require("alsa-monitor");

alsa_monitor.volume.on("change", () => {
    console.log("Someone changed the volume!");
});
0.3.2

3 years ago