odin_pipeline_insert_vad_effect
Overview
Inserts a Voice Activity Detection (VAD) 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. |
index | uint32_t | The index at which to insert the effect. |
out_effect_id | uint32_t * | Pointer to receive the new effect ID. |
Return Value
| Type | Description |
|---|---|
OdinError | ODIN_ERROR_SUCCESS on success. |