webrtc-native-examples
webrtc-native-examples copied to clipboard
Audio call recordding ?
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.
A send audio to B:
- record audio at A side: you can create your owned 'audio_device' and record audio frame when it delivered form device.
- record audio at B side: you can record audio frame at 'AudioReceiver::OnData()'
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.