Hello Scott,
I bought the plugin and I’m using it in a project, it’s very good, congratulations!
But I have the following difficulty:
I created 2 buttons 1 that starts = voiceToText.startRecording () and the other button is to stop = voiceToText.stopRecording ().
The 2 buttons work very well, however I need to add an audio when I start the recording and another when I stop, type when I send an audio in whatsapp (when I click on the microphone it gives a “signal” informing that it is recording).
I’m using audio.play for this situation, on the start button it works perfectly, however on the stop button it does not work, I believe it’s because of voiceToText.init, after it is initialized I can not emit any sound through the application .
My question is, is there any parameter to quit voiceToText.init when I click the pause button? Or do you have any other way?
Thank for your attention.