Any simple VAD implementation?

前端 未结 3 1624
情歌与酒
情歌与酒 2020-12-24 00:30

I\'m looking for some C/C++ code for VAD (Voice Activity Detection).

Basically, my application is reading PCM frames from the device. I would like to know when the u

3条回答
  •  情歌与酒
    2020-12-24 01:29

    How about LibVAD? www.libvad.com

    Seems like that does exactly what you're describing.

    Disclosure: I'm the developer behind LibVAD

提交回复
热议问题