odin_decoder_pop
Overview
Retrieves a block of processed audio samples from the decoder's buffer. The samples are interleaved floating-point values in the range [-1, 1].
Parameters
| Name | Type | Description |
|---|---|---|
decoder | struct OdinDecoder * | The decoder handle. |
out_samples | float * | Buffer to write samples to. |
out_samples_count | uint32_t | Size of the buffer in samples. |
out_is_silent | bool * | Pointer to receive silence flag (true if silent). |
Return Value
| Type | Description |
|---|---|
OdinError | ODIN_ERROR_SUCCESS on success. |