02-03-2023, 09:02 AM
In reply to your questions:
1. I had one occurance in alsamixer that was showing the Master volume devided in a left and right channel, where the right channel was at 0%
In all other instance I had only a master volume with one bar showing.
2. Frequently the Master volume was 0% while the settings in Moode were at "Fixed (0dB output)"
I circumvented that by removing the entire section "// Workaround: bump one of the channels to initialize volume" in worker.php,
only leaving and changing the line "sysCmd('amixer -c0 sset "Digital" 0');" into "sysCmd('amixer -c0 sset "Master" 100%');".
That is working for me 100%.
I'm only using Moode in Stereo (2.0) modus with "Fixed (0dB output)". I'm not sure if this isave for the other output possibilities: Null, Hardware, Software
1. I had one occurance in alsamixer that was showing the Master volume devided in a left and right channel, where the right channel was at 0%
In all other instance I had only a master volume with one bar showing.
2. Frequently the Master volume was 0% while the settings in Moode were at "Fixed (0dB output)"
I circumvented that by removing the entire section "// Workaround: bump one of the channels to initialize volume" in worker.php,
only leaving and changing the line "sysCmd('amixer -c0 sset "Digital" 0');" into "sysCmd('amixer -c0 sset "Master" 100%');".
That is working for me 100%.
I'm only using Moode in Stereo (2.0) modus with "Fixed (0dB output)". I'm not sure if this isave for the other output possibilities: Null, Hardware, Software