The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 906 - File: showthread.php PHP 7.2.34 (Linux)
File Line Function
/showthread.php 906 errorHandler->error



Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Add audio_output FIFO to mpd.conf
#1
Hi

I have written an OLED display for MPD-based players and I am trying to provide instructions for installing it on Moode.

Code: https://github.com/antiprism/mpd_oled
Demonstration video: https://youtu.be/6pgxGQIAX9s

The spectrum analyser reads data from an MPD FIFO, so I would like to add add an audio_output FIFO section to /etc/mpd.conf

Code:
audio_output {
        type            "fifo"
        name            "mpd_oled_FIFO"
        path            "/tmp/mpd_oled_fifo"
        format          "44100:16:2"
        #buffer_time     "500000"
}


Is it possible to make the FIFO survive MPD reconfiguration via the Moode UI?

Thanks

Adrian.

[ For RuneAudio, which also regenerates /etc/mpd.conf, I was advised that I would have to change the RuneAudio code to insert the FIFO configuration text when mpd.conf was regenerated, and I have provided a patch to do this as part of the installation instructions for that system. ]
Reply


Messages In This Thread
Add audio_output FIFO to mpd.conf - by adrii - 04-27-2018, 07:33 AM
RE: Add audio_output FIFO to mpd.conf - by adrii - 04-27-2018, 03:04 PM
RE: Add audio_output FIFO to mpd.conf - by adrii - 04-27-2018, 03:13 PM
RE: Add audio_output FIFO to mpd.conf - by adrii - 04-28-2018, 07:42 AM

Forum Jump: