webrtc-native-examples icon indicating copy to clipboard operation
webrtc-native-examples copied to clipboard

Audio call recordding ?

Open cuong21951 opened this issue 3 years ago • 2 comments

Can i ask for how to record audio call to a file ? Api or some guidline. I'm working on your example and thanks for support.

cuong21951 avatar Apr 16 '21 04:04 cuong21951

A send audio to B:

  1. record audio at A side: you can create your owned 'audio_device' and record audio frame when it delivered form device.
  2. record audio at B side: you can record audio frame at 'AudioReceiver::OnData()'

MemeTao avatar Apr 21 '21 05:04 MemeTao

That's what i've done. But processing it's the thing i'm troubling with. Can you suggest some way to process it in order to mixer it in to 1 file.

cuong21951 avatar Apr 25 '21 09:04 cuong21951