node-loudness icon indicating copy to clipboard operation
node-loudness copied to clipboard

Fixed a bug

Open RyanAfrish7 opened this issue 8 years ago • 2 comments

  • 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.

RyanAfrish7 avatar Dec 07 '16 10:12 RyanAfrish7

Doesn't this make it stop working on linuxes using alsa instead of pulseaudio? Or am I missing something?

LinusU avatar Dec 07 '16 11:12 LinusU

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!

RyanAfrish7 avatar Dec 09 '16 18:12 RyanAfrish7