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

Is there any way to run one of the samples in a browser? #11

Closed jsantos-ccg closed 1 year ago

jsantos-ccg commented 3 years ago

I'm trying to implement VAD in my webapp so I'd like to know if it's possible to use the samples for that, as it seems I can only run them in the terminal.

tmacwill commented 3 years ago

Thanks for reaching out! Right now, this library uses a few C++ bindings that don't run in a web browser, so it's currently desktop-only.

jsantos-ccg commented 3 years ago

Alright, thanks for the quick response.