Immersitech Logo Developer Resources
imm_cv_output_metadata Struct Reference

A structure to return all extra data from the process function. More...

#include <immersitech_clearvoice.h>

Data Fields

float vad_score
 
bool speech_active
 

Detailed Description

A structure to return all extra data from the process function.

Parameters
vad_scoreThe likelihood [0-1] of speech present in the output block.
speech_activeTrue if speech is present in the output frame, false if not. Configurable with the Binary Speech Detection (BSD) parameters.

Field Documentation

◆ speech_active

bool imm_cv_output_metadata::speech_active

◆ vad_score

float imm_cv_output_metadata::vad_score

The documentation for this struct was generated from the following file: