alsa-monitor

0.3.2 • Public • Published

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!");
});

Readme

Keywords

none

Package Sidebar

Install

npm i alsa-monitor

Weekly Downloads

1

Version

0.3.2

License

GPL-3.0

Unpacked Size

42.9 kB

Total Files

15

Last publish

Collaborators

  • mlaurijsse