Question about audio_pipe
bonelifer opened this issue · 1 comments
bonelifer commented
What does audio_pipe, cant find USER documentation for it. Is this some sort of fifo that could for instance be piped to an icecast stream?
PromyLOPh commented
It’s documented in the manpage. Essentially you `mkfifo /path`, use
/path as audio_pipe and point another program to /path to read audio
samples from it. I don’t know which consumers support this.