Detect human voice from audio file input

前端 未结 9 1832
清歌不尽
清歌不尽 2021-01-30 11:25

I am trying to implement automatic voice recording functionality, similar to the Talking Tom app. I use the following code to read input from the audio recorder and analyse the

9条回答
  •  傲寒
    傲寒 (楼主)
    2021-01-30 11:57

    Voice detection is not that simple. There are several algorithms, some of them are published, for example GSM VAD. Several open source VAD libraries are available, some of them are discussed here

提交回复
热议问题