[PROBLEM] Polarity inversion: how to disable - 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] Polarity inversion: how to disable (/showthread.php?tid=7105) |
Polarity inversion: how to disable - stephanrasche - 11-17-2024 Hello, accidently i have activatet the option "Polarity Inversion" in snd-config. No it is impossible to deaktivate it and in conseqence i cant activate crossfeed. Any workaround? [color=var(--adapttext)]Release Information[/color]
Platform Information [/size]
All the best,
RE: Polarity inversion: how to disable - Tim Curtis - 11-17-2024 A quick test and it turns ON/OFF ok. Is it the only DSP options thats ON? RE: Polarity inversion: how to disable - Tim Curtis - 11-17-2024 Actually I was able to reproduce an error condition with the Crossfeed and Polarity Inversion fields that may be causing your issue. The cause is due to bugs from an earlier refactoring of this code. Run these commands to reset the fields to their default value then reboot. Code: moodeutl -q "update cfg_system set value='0' where param='invert_polarity'" This should allow you to turn off Polarity Inversion but it looks like the Crossfeed input is broken. A fix for that will be in upcoming 9.1.5. RE: Polarity inversion: how to disable - stephanrasche - 11-18-2024 THANK YOU, THANK YOU, THANK YOU! It works! |