quic-ajender

Results 2 comments of quic-ajender

The `compress_read` API reads compressed audio data, specifically one compressed frame at a time (although not stated explicitly). Typically, a fixed number of PCM samples `X` are compressed into a...

I think the goal of the API is to read a single compressed frame per read call. However, with the existing `compress_read` implementation, it tries to read a given number...