Replies: 2 comments 5 replies
-
If you run an unpatched MPD build and need support, read https://www.musicpd.org/help/ |
Beta Was this translation helpful? Give feedback.
-
You are using a raspberry with direct SPDIF out over GPIO? Or HDMI? The project raspdif is the only way I could find to manage this to output spdif over gpio. The Problem I have my speakers only have ARC/Coac/Opt as digital inputs and I wanted to go with a raspi zero but HDMI is not working (because ARC only). What would be your suggestion to connect digital without any additional hardware? |
Beta Was this translation helpful? Give feedback.
-
Hi guys,
moode audio works with the MPD and I found this nice project to have a direct SPDIF output with a raspberry without any HAT:
https://github.com/mill1000/raspdif
It works well with the given example e.g.:
ffmpeg -i "/mnt/SDCARD/Stereo Test/LRMonoPhase4.flac" -f s16le -acodec pcm_s16le - | sudo raspdif
However I am not able to change the audio_output in the mpd.conf like this:
If I have set mpd.conf like above, no errors occur, MPCs plays music, but no signal on SPDIF GPIO (probably it still outputs on HDMI).
Settings in moodeaudio are fixed, no options here for the output other than HDMI:
I'm pretty sure I missed something out - any ideas?
Beta Was this translation helpful? Give feedback.
All reactions