如何在opensmile中使用转弯检测

时间:2017-04-10 08:21:20

标签: audio

我试图在this tutorial之后的OpenSMILE中使用语音活动检测器,但是当我运行命令时:

SMILExtract -I ../../example-audio/media-interpretation.wav -C vad_segmenter.conf -waveoutput voice_segments/segment

我得到以下输出:

(MSG) [2] in configManager : reading config file 'turnDetector.conf'
(MSG) [2] in configManager : config file 'turnDetector.conf' not found, trying to open 'vad_segmenter.conf/turnDetector.conf'.
(ERROR) [1] in configManager : cFileConfigReader::openInput : cannot open input file 'vad_segmenter.conf/turnDetector.conf'! terminate called after throwing an instance of 'cConfigException'

我注意到该文件在github repo中不存在,我试图谷歌但没有结果,有什么建议吗?

1 个答案:

答案 0 :(得分:0)

我发现我有一个旧版本的OpenSMILE,我通过下载最后一个解决了这个问题。