serenadeai / speech-recorder

speech-recorder is a node.js module for streaming audio from a device's microphone and filtering for speech.
MIT License
87 stars 20 forks source link

Add support for the Silero VAD #7

Closed tmacwill closed 3 years ago

tmacwill commented 3 years ago

use the Silero VAD as a second-pass for speech detection. this is significantly more accurate than the WebRTC VAD at not much performance cost.