serenadeai / speech-recorder

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

port all logic to native code #21

Closed tmacwill closed 2 years ago

tmacwill commented 2 years ago

in order to improve performance, move microphone streaming, the webrtc vad, and the silero vad all into native code.