![]() |
HiFiBerry Volume Control - 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: HiFiBerry Volume Control (/showthread.php?tid=2038) |
HiFiBerry Volume Control - audiocore - 01-03-2020 Hi there, I am using a HiFiBerry DAC+DSP with dsptoolkit in moode audio. dsptoolkit is a python the interface that allows to control DSP functions. In alsamixer I have "DSPVolume" as volume control. Strangely it is not affected when changing the volume in moode audio. Does moode audio control directly the HiFiBerry DAC+DSP by software and is independent from alsamixer? Do they somehow interfere? Thank you very much in advance ![]() These are my moode audio settings: Code: A U D I O P A R A M E T E R S This is the output from aplay and amixer: Code: pi@moode:~ $ aplay -l RE: HiFiBerry Volume Control - Tim Curtis - 01-04-2020 An exception to assign the correct mixer name would need to be coded into function getMixerName($i2sdevice) in source file playerlib.php. https://github.com/moode-player/moode/blob/develop/www/inc/playerlib.php RE: HiFiBerry Volume Control - audiocore - 01-06-2020 Hello Tim, thank you very much for your answer and the solution. I just changed the code and it worked! ![]() Now "hardware" volume control appears under audio settings. I guess its DSPVolume then. Thx again! Time to enjoy some moode ![]() RE: HiFiBerry Volume Control - Tim Curtis - 01-06-2020 I've aded the fix to upcoming 6.4.1 update. RE: HiFiBerry Volume Control - audiocore - 01-07-2020 (01-06-2020, 10:41 PM)Tim Curtis Wrote: I've aded the fix to upcoming 6.4.1 update. Cool, thanks for the fix! |