odin_pipeline_update_apm_playback
Overview
Updates the specified APM effect's sample buffer for processing the reverse (playback) audio stream. The provided samples must be interleaved float values in the range [-1, 1].
The delay parameter is used to align the reverse stream processing with the forward (capture) stream.
Parameters
| Name | Type | Description |
|---|---|---|
pipeline | const struct OdinPipeline * | The pipeline handle. |
effect_id | uint32_t | The unique ID of the effect. |
samples | const float * | Buffer of reverse stream samples. |
samples_count | uint32_t | Number of samples. |
delay_ms | uint64_t | Estimated delay in milliseconds. |
Return Value
| Type | Description |
|---|---|
OdinError | ODIN_ERROR_SUCCESS on success. |