odin_pipeline_set_vad_config
Overview
Updates the configuration settings of the VAD effect identified by effect_id in 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. |
config | const struct OdinVadConfig * | Pointer to the new configuration. |
Return Value
| Type | Description |
|---|---|
OdinError | ODIN_ERROR_SUCCESS on success. |