dpirch / libfvad

Voice activity detection (VAD) library, based on WebRTC's VAD engine
BSD 3-Clause "New" or "Revised" License
498 stars 176 forks source link

vad_core: Expose filterbank/power features #33

Closed jonnor closed 1 year ago

jonnor commented 1 year ago

This enables code using libfvad to access the features from the outside. Very useful to do additional VAD processing, for visualization, or to use the code for other audio/speech feature extraction - as it is one of the fastest and most portable filterbank implementations available.