odin_pipeline_insert_apm_effect
Overview
Inserts an Audio Processing Module (APM) effect into the audio pipeline at the specified index and returns a unique effect identifier.
Parameters
| Name | Type | Description |
|---|---|---|
pipeline | const struct OdinPipeline * | The pipeline handle (from encoder or decoder). |
index | uint32_t | The index at which to insert the effect. |
playback_sample_rate | uint32_t | Sample rate of reverse stream (loopback). |
playback_stereo | bool | Stereo configuration of reverse stream. |
out_effect_id | uint32_t * | Pointer to receive the new effect ID. |
Return Value
| Type | Description |
|---|---|
OdinError | ODIN_ERROR_SUCCESS on success. |