Generic pipe output player provider #3549
r10r
started this conversation in
Feature requests and ideas
Replies: 1 comment 2 replies
-
There is a local player provider coming soon. This fits in there |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I'm missing playback to locally attached output devices in music-assistant, so I think about implementing a generic pipe output player provider to fill the gap. This provider should should just write the audio to an existing named pipe (fifo).
The output format should be configurable to match the input format of the pipe consumer as best as possible
to avoid resampling and reduce CPU load.
@music-assistant/devs What do you think about such a player provider ?
Background
I have a homemade whole-home audio system with multiple ALSA output devices and I'd like to playback audio from the pipe like so
Beta Was this translation helpful? Give feedback.
All reactions