vadnetPostprocess
Syntax
Description
roi = vadnetPostprocess(___,
specifies options using one or more name-value arguments. For example,
Name=Value
)vadnetPostprocess(audioIn,fs,MergeThreshold=0.5)
merges speech regions
that are separated by 0.5 seconds or less.
vadnetPostprocess(___)
with no output arguments plots
the input signal and the detected speech regions.
Examples
Input Arguments
Output Arguments
Algorithms
The vadnetPostprocess
function postprocesses the VAD network output using the
following steps.
Apply activation and deactivation thresholds to posterior probabilities to determine candidate speech regions.
Optionally, apply energy-based VAD to refine the detected speech regions.
Merge speech regions that are close to each other according to the merge threshold.
Remove speech regions that are shorter than or equal to the length threshold.