05-06-2025, 07:26 PM
Hello Forum,
I have a new HiFiBerry DAC2 ADC Pro using the "hifiberry-dacplusadcpro" dtoverlay.
I was hoping to enable the analog input by changing line 38 of the inp-config.php script from:
to:
This does enable the input device selector in the configuration menu but capture (ie: Fixed volume (0dB), analog input, local audio output) does not appear in the library menu.
Unless it is named under some poetic label ;-)
I can verify with
that the system plays the audio.
How do I play this source in moOde ?
Regards,
moOde release is: 9.3.3 2025-04-29
I have a new HiFiBerry DAC2 ADC Pro using the "hifiberry-dacplusadcpro" dtoverlay.
I was hoping to enable the analog input by changing line 38 of the inp-config.php script from:
Code:
if ($_SESSION['i2sdevice'] == 'HiFiBerry DAC+ ADC') {
to:
Code:
if ($_SESSION['i2soverlay'] == 'hifiberry-dacplusadcpro') {
This does enable the input device selector in the configuration menu but capture (ie: Fixed volume (0dB), analog input, local audio output) does not appear in the library menu.
Unless it is named under some poetic label ;-)
I can verify with
Code:
sox -r 48k -b 32 -c 2 -t alsa hw:sndrpihifiberry -t alsa hw:sndrpihifiberry
How do I play this source in moOde ?
Regards,
moOde release is: 9.3.3 2025-04-29