Displaying 1 result from an estimated 1 matches for "_encoder_process".
2004 Oct 08
1
Encoding questions...
...that the sample rate and bit depth
can vary from frame-to-frame, or this information purely for
stream-decoding purposes?
If the former, the reference encoder does not support this
functionality, correct? (Since you have to specify these values before
initializing the encoder).
Also, can I call *_encoder_process() repeatedly with buffers of data,
or is assumed that all my data to be encoded is contained in one giant
buffer? This isn't entirely clear from the documentation.
If I can call _encoder_process() multiple times, and the size of the
buffer modulo the blocksize is not zero, will the last block...