odin_pipeline_get_vad_config
Overview
Retrieves the configuration for a VAD effect identified by effect_id from the specified audio pipeline.
Parameters
| Name | Type | Description |
|---|---|---|
pipeline | const struct OdinPipeline * | The pipeline handle. |
effect_id | uint32_t | The unique ID of the effect. |
out_config | struct OdinVadConfig * | Pointer to receive the configuration. |
Return Value
| Type | Description |
|---|---|
OdinError | ODIN_ERROR_SUCCESS on success. |