mochi-neko / voice-activity-detection-unity

A voice activity detection (VAD) library for Unity.
MIT License
52 stars 6 forks source link

Hi, can I pause the VAD test, please? #5

Open WilliamCheen opened 6 months ago

WilliamCheen commented 6 months ago

Hi, first of all, thank you very much for your efforts to provide us with such a great library. One of my needs during the use is whether the detection can be paused? Based on this scenario, I change the microphone recording from active to inactive and send the audio to http server to wait for its processing and then return the recognition result, before returning I want to pause the VAD detection (destroying and then rebuild may be overloaded), can I pause the detection now?

Karam000 commented 3 weeks ago

I'm working on a similar use case. have u come up with a solution ?