问题
Hy!
Is there a possibility to use the microphone to get an audio stream? The capture API from Phonegap is only able to save the audio file before accessing the data.
I want to analyse the audio stream in real-time and can't find a way to do this.
Thank you, Chris
回答1:
The phonegap-plugin-media-stream plugin exposes your microphone as a WebRTC stream, so you can do any analysis WebRTC supports.
来源:https://stackoverflow.com/questions/32796345/phonegap-microphone-stream