mozartec / capacitor-microphone

This Microphone API provides the ability to interact with the microphone and record Audio
MIT License
23 stars 10 forks source link

Detect End of a Sentence / Silence #30

Open monomy001 opened 2 months ago

monomy001 commented 2 months ago

Hi, is there a way to detect silence to automatically stop recording? my goal was to slice audio recording by sentences, so that if theres a brief pause of x second, then the script auto stops. Thanks