I am looking for a way to read volume data in real-time from the microphone. Just some kind of general "loudness". The purpose is to make lips move when you talk into the microphone on an html5 canvas element...
I basically want this plugin but for microphone levels instead of the camera:
https://github.com/casoninabox/luminance-cordova-ios
Does anyone know of any existing libraries to do this or how I might go about creating a plugin for iOS? I'm guessing it would involve the AVAudioSession
?
getUserMedia
. – Fadeout