![]() |
[PROBLEM] Volume goes to Zero on change - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7) +--- Thread: [PROBLEM] Volume goes to Zero on change (/showthread.php?tid=4823) |
RE: Volume goes to Zero on change - Tim Curtis - 04-11-2022 (04-11-2022, 09:23 AM)romain Wrote:(04-07-2022, 09:28 AM)romain Wrote: Hello, Very odd. Try checking the state of the mixer and whether it's on or off https://moodeaudio.org/forum/showthread.php?tid=4777&pid=40829#pid40829 For the Boss 2 run the command below Code: amixer sget "Master" RE: Volume goes to Zero on change - romain - 04-11-2022 (04-11-2022, 11:49 AM)Tim Curtis Wrote:(04-11-2022, 09:23 AM)romain Wrote:(04-07-2022, 09:28 AM)romain Wrote: Hello, Result of this command: Simple mixer control 'Master',0 Capabilities: pvolume pswitch Playback channels: Front Left - Front Right Limits: Playback 0 - 255 Mono: Front Left: Playback 220 [86%] [-17.50dB] [on] Front Right: Playback 220 [86%] [-17.50dB] [on] Also, if I change the volume with MAFA, volume in moOde web interface is not synchronized and vice versa RE: Volume goes to Zero on change - romain - 04-11-2022 (04-11-2022, 11:57 AM)romain Wrote:(04-11-2022, 11:49 AM)Tim Curtis Wrote:(04-11-2022, 09:23 AM)romain Wrote:(04-07-2022, 09:28 AM)romain Wrote: Hello, RE: Volume goes to Zero on change - Tim Curtis - 04-11-2022 Syncing moOde's volume knob to a UPnP control point is not really supported although there is a hack that can be implemented that might work. YMMV. Code: # Add UPnP volume sync RE: Volume goes to Zero on change - dad33 - 04-11-2022 Hello, I tested also with my Allo Boss DAC 2. When the volume is down i logged into the pi. How can i fix the problem? Code: Apr 11 16:10:38 2022 from 192.168.178.20 RE: Volume goes to Zero on change - Tim Curtis - 04-11-2022 I just ran a few tests with my Boss 2 and no issues whatsoever with volume knob changes. I'll need to be able to repro the issue in order to help troubleshoot. RE: Volume goes to Zero on change - schliden - 04-12-2022 To clarify, I am still running 7.6.1 and continue to intermittently experience the issue with the volume 'jumping' to 0 when I attempt to change volume from UPNP control app. I am using an external USB DAC with hardware volume control. Its certainly doesn't happen most of the time... maybe 1 in every 20 attempts to change the volume will result in this unwanted 'jump' to 0. As I understand it, the UPNP control app, will request the current volume level from the UPNP renderer before the volume adjustment is requested. Could the jump be caused by a delay in response to the volume level request ? RE: Volume goes to Zero on change - romain - 04-12-2022 (04-11-2022, 01:52 PM)Tim Curtis Wrote: Syncing moOde's volume knob to a UPnP control point is not really supported although there is a hack that can be implemented that might work. YMMV. Thanks, I'll test this hack although I use MAFA as a mpd client rather than a UPnP control point. I don't know if that makes a difference in this case RE: Volume goes to Zero on change - TheOldPresbyope - 04-13-2022 @romain I can't speak to the issue of volume going to zero. As for controlling volume through an external MPD client, you're correct that the changes will not be reflected in the moOde's WebUI. It doesn't take a closed-source client like MAFA to demonstrate this. Just run the mpc program or pass protocol commands via telnet. The WebUI won't reflect changes in volume. In a nutshell, this low-level interaction bypasses the moOde code which syncs the database, the WebUI display, and the MPD setting. Regards, Kent RE: Volume goes to Zero on change - schliden - 04-13-2022 (04-11-2022, 01:52 PM)Tim Curtis Wrote: Syncing moOde's volume knob to a UPnP control point is not really supported although there is a hack that can be implemented that might work. YMMV. I have not applied the hack, and the main moOde web interface volume knob DOES seem to be sync'd to changes made using the Kazoo UPNP Control app ? Please ignore that. I just tested it again and it does not seem to be the case.. apologies. |