@4t4nner/silence-detector 中文文档教程
js-libfvad
https://github.com/dpirch/libfvad Napi 代码部分的节点 napi 示例
来自 https://medium.com/@atulanand94/debugging-nodejs-c-addons-using-vs-code-27e9940fc3ad(基本节点插件)
这个应用程序是我的项目的一部分 - 在将语音发送到服务器语音识别之前的静音(语音暂停)检测器(谷歌 diaologglow)
默认情况下它适用于 8k pcm16 原始音频。
Description to Basic node addon:
要求:
- Node v10
我用 v12.13.1 启动它,它可以
运行
git clone this repo
npm install
npm run rebuild:dev
npm run start
希望这对某人有帮助!! ???
js-libfvad
node napi example for https://github.com/dpirch/libfvad
Napi code part from https://medium.com/@atulanand94/debugging-nodejs-c-addons-using-vs-code-27e9940fc3ad (Basic node addon)
This app is a part of my project - silence (speech pause) detector before send speech to server speech recognition (google diaologglow)
By default it works with 8k pcm16 raw audio.
Description to Basic node addon:
Requriements:
- Node v10
I launched it with v12.13.1, and it works
To Run
git clone this repo
npm install
npm run rebuild:dev
npm run start
Hope this helps someone !! ????