capacitor-microphone
capacitor-microphone copied to clipboard
This Microphone API provides the ability to interact with the microphone and record Audio
Firstly I would like to say, really cool project, **thanks for your fantastic work!** Is there a way to capture the data live while the microphone is recording without having...
@Mozart-Alkhateeb Currently we have two states, 1. Play and 2. Stop. Can we include Pause as well? Is there any implication in adding that?
When microphone is used by an other app, "startRecording" return 'cannot record on this phone' and returns 'recording in progress' when triggering one again. How can the record be in...
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...