edin
edin
Absolutely, I'd be happy to merge such a PR.
I've been working on this and should be able to commit the update soon. The changes includes the (optional) usage of a Web Worker for stuff like normalizing and down/upsampling...
I believe that you instead of saving to files, need to stream to Web Audio or directly subscribe to the raw audio events, and then continuously analyze the captured data...
Since there hasn't been any activity on this for a while now, I'm closing it. Feel free to reopen if need be.
Thanks for the update. If you want the following behavior: "the user stops to talk > upload the file" the audio needs to be analyzed in real-time which means that...
I don't think Performance would be an issue simultaneously using events and saving files if correctly implemented. Maybe your friend would like to share his modifications with the rest of...
Thanks for the video! Hmm, I haven't experienced that type of issue with the captured sound. Anyone else having this issue? Ok, I was a bit to fast to accept...
Have you seen issue https://github.com/edimuj/cordova-plugin-audioinput/issues/100 ?
Thanks for checking 1.0.1 on iOS @wangzhengbo ! Will try to dig into this in the coming weeks. I agree, making the typed arrays optional would take away a lot...
Yes, I agree @giorgiobeggoria, it is something that would be handled by the plugin. Please send a PR with your fix and I'll merge it.