Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Audio call recordding ? #5

Open
cuong21951 opened this issue Apr 16, 2021 · 2 comments
Open

Audio call recordding ? #5

cuong21951 opened this issue Apr 16, 2021 · 2 comments

Comments

@cuong21951
Copy link

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.

@MemeTao
Copy link
Owner

MemeTao commented Apr 21, 2021

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()'

@cuong21951
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants