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

different speech/silence thresholds #19

Closed tmacwill closed 2 years ago

tmacwill commented 2 years ago

use different VAD probability thresholds for speaking and silence. check more than just the last webrtcvad as a first pass.