C#C
C#2y ago
Uncle Sens

Converting 8-bit PCM Stream into FLAC Stream

Hello,
I have an application, that receives an audio stream in the form of a byte[] that is encoded in g.711, which is then decoded into 8-bit PCM.

I want to encode the PCM stream into a FLAC stream, which i can then send to a different application via a socket.

I don't know how to encode it from PCM to FLAC, can somebody with experience help me?
Was this page helpful?