02-03-2023, 12:52 PM
(02-03-2023, 09:02 AM)Sunfish Wrote: 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
I think the volume init is still required but I'll test that out.
The odd volume behavior however is prolly related to the issue described in the other thread "Volume goes to zero on change" https://moodeaudio.org/forum/showthread.php?tid=4823