Thanks for the report! I think I'll fix it by making sure audio values passed 
to the FLAC encoder are clipped.

As for the FLAC encoder/decoder, I wouldn't say it isn't fit for streaming per 
say. Mostly, our issue here is that the FLAC library is callback-based and that 
makes it really tricky to implement in OCaml where calls that can trigger the 
garbage collector have to be closely monitored. 

But if you run a project that FLAC encoder or decoder and it appears to work 
for you, all the better.

Now, about sound quality vs. bandwidth usage, that's another conversation.. I 
personally believe that high quality lossy encoder are just fine for 99.99% of 
the human ears. But, I don't think that this is a topic for this thread.. 😅

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/savonet/liquidsoap/issues/700#issuecomment-458156223
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to