Skip to content

illegalprime/alsa-monitor-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Releases

No releases published

Packages

No packages published