11-03-2022, 04:19 AM
Currently Moode-Spotify is using softvol for the mixer, which my personal feeling is that sound / volume is bit decreased, so I made a little changes in renderer.php, the result is good for me:
' --mixer alsa' .
' --alsa-mixer-device hw:0,0' .
' --alsa-mixer-control Digital' . // check the control device name in alsamixer.
' --alsa-mixer-index 0' .
Suggest to add mixer options in the Moode-Spotify configuration settings.
' --mixer alsa' .
' --alsa-mixer-device hw:0,0' .
' --alsa-mixer-control Digital' . // check the control device name in alsamixer.
' --alsa-mixer-index 0' .
Suggest to add mixer options in the Moode-Spotify configuration settings.