This iOS/Android Cordova/PhoneGap plugin enables audio capture from the device microphone, by in near real-time forwarding audio to the web layer of your application. A typical usage scenario for this plugin would be to use the captured audio as source for a web audio node chain, where it then can be analyzed, manipulated and/or played.
Hello, My name is Subhash, I'm new to Ionic I want to create a calling application where I have to stream the audio through PeerJs to establish communication. So currently I'm able to achieve Audio Steaming By using this code but the problem is not able to hear my audio and other than that audioProcess data is coming in zeros. My Microphone is connected It is showing a green dot on top of the mobile screen but not able to hear my audio is there something I'm missing in my code? And then also try to create noise in my speaker by manipulating "channelData" but still there is no sound
Hello, My name is Subhash, I'm new to Ionic I want to create a calling application where I have to stream the audio through PeerJs to establish communication. So currently I'm able to achieve Audio Steaming By using this code but the problem is not able to hear my audio and other than that audioProcess data is coming in zeros. My Microphone is connected It is showing a green dot on top of the mobile screen but not able to hear my audio is there something I'm missing in my code? And then also try to create noise in my speaker by manipulating "channelData" but still there is no sound
System: Ionic ReactJS, Capacitors: 5.0.4, Platform: android
@edimuj will you please able to help me