mochi-neko / voice-activity-detection-unity

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

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

Open WilliamCheen opened 2 months ago

WilliamCheen commented 2 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?