项目作者: binglel

项目描述 :
A statistical model-based Voice Activity Detector
高级语言: Python
项目地址: git://github.com/binglel/vad_lrt_hmm.git
创建时间: 2020-08-08T03:18:06Z
项目社区:https://github.com/binglel/vad_lrt_hmm

开源协议:Apache License 2.0

下载


vad_lrt_hmm

A statistical model-based Voice Activity Detector

A voice activity detector applied a statistical model has been made in [2], where the decision rule is derived from the likelihood ratio test (LRT) by estimating unknown parameters using the decision-directed method. Hang-over scheme based on the hidden Markov model (HMM) are applied for smoothing.

run

  1. python vad.py
vad result

references

[1] J. Sohn, N. S. Kim, and W. Sung. “A statistical model-based voice activity detection,” IEEE Signal Processing Letters, Vol. 6, issue 1, pp. 1-3, Jan. 1999.

[2] Y. Ephraim and D. Malah, “Speech enhancement using a minimum-mean square error short-time spectral amplitude estimator,” IEEE Trans Acoustics Speech and Signal Processing, VOL. 32(6):1109-1121, Dec 1984.

NOTE

forked from Voice_Activity_Detector