capacitor-microphone icon indicating copy to clipboard operation
capacitor-microphone copied to clipboard

This Microphone API provides the ability to interact with the microphone and record Audio

Results 4 capacitor-microphone issues
Sort by recently updated
recently updated
newest added

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?

enhancement

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...

bug

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...