node-loudness
node-loudness copied to clipboard
Fixed a bug
- Fixed the bug unmute not working
- The module is still failing the test for
getVolume()
because the alsa mixer sets the volume at 1% more than the actual volume set.
Doesn't this make it stop working on linuxes using alsa instead of pulseaudio? Or am I missing something?
Oh! I am not a Linux sound expert. But somehow managed to get it working in both PulseAudio and ALSA mixer environments. I tried testing by disabling Pulse. The latest commit works fine!