Skip to content

mlaurijsse/alsa-monitor-node

 
 

Repository files navigation

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

About

Monitor ALSA things in node.js

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 85.6%
  • Python 10.4%
  • JavaScript 4.0%