flac codec issue #1016
mariemkort
started this conversation in
General
Replies: 0 comments
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 !
I try to test snapcast using a flac stream .
i am using the snapcast V26.0
my config is like this
snapserver.conf
[stream]
stream = pipe:///tmp/snapcast/snapfifo?name=local&sampleformat=44100:16:2&codec=flac
I find the issue working when writing the flac file to /tmp/snapfifo using flac -d -c "01IsThisLove.flac" >/tmp/snapfifo
but when writing the flac file to /tmp/snapfifo without using the encoder flac using the command "cat 01IsThisLove.flac >/tmp/snapfifo" , I listen to a noise .
Does snapcast supports flac encoding ?
thanks ,
Beta Was this translation helpful? Give feedback.
All reactions