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

Rate-limit second-pass VAD #10

Closed tmacwill closed 3 years ago

tmacwill commented 3 years ago

it can be expensive to call the second-pass VAD, so provide a mechanism to rate-limit how often it's called.