Skip to main content

odin_pipeline_get_vad_config

enum OdinError odin_pipeline_get_vad_config(const struct OdinPipeline *pipeline,
uint32_t effect_id,
struct OdinVadConfig *out_config);

Overview

Retrieves the configuration for a VAD effect identified by effect_id from the specified audio pipeline.

Parameters

NameTypeDescription
pipelineconst struct OdinPipeline *The pipeline handle.
effect_iduint32_tThe unique ID of the effect.
out_configstruct OdinVadConfig *Pointer to receive the configuration.

Return Value

TypeDescription
OdinErrorODIN_ERROR_SUCCESS on success.