5

I am using restcomm android webRTC sdk for video calling https://github.com/RestComm/restcomm-android-sdk.

I want to start audio recording when WebRtc call is established, so that I could use raw audio data for some processing. The WebRtc call should be in parallel with my audio data processing. Since mic is not shared in Android I am unable to access microphone while the video call is happening.

Is it possible to get the audio data from the MediaStream or AudioTrack?

Cœur
  • 37,241
  • 25
  • 195
  • 267
Harshita
  • 209
  • 2
  • 7
  • This is currently not supported in the SDK. For more information, please refer to https://github.com/RestComm/restcomm-android-sdk/issues/115 – atsakiridis Jan 02 '17 at 11:17
  • Have you found any solution? – Shashank Feb 06 '18 at 12:08
  • Any solution??? – Ranjithkumar May 08 '18 at 12:10
  • I think this link involves every answer related to `Audio_Processing` whether it is *Pre-Processing* or *Post-Processing*: [Android_Audio_Processing_Using_WebRTC](https://github.com/mail2chromium/Android-Audio-Processing-Using-WebRTC), You can also visit this reference: https://stackoverflow.com/a/58546599/10413749 – Muhammad Usman Bashir Apr 07 '20 at 08:42

0 Answers0