Phonegap microphone stream

為{幸葍}努か 提交于 2020-01-02 08:17:48

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!