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

oboe can support record voice_uplink and voice_downlink at same time ? #2148

Open
louiewh opened this issue Jan 27, 2025 · 2 comments
Open
Labels

Comments

@louiewh
Copy link

louiewh commented Jan 27, 2025

(template text deleted))

@louiewh louiewh added the bug label Jan 27, 2025
@louiewh
Copy link
Author

louiewh commented Jan 27, 2025

I have read , I have similar problem.

I want recording voice_uplink and voice_downlink at same time, voice_uplink voice_downlink are recorded by two AudioRecord. but, Android don't allow two AudioRecord working at the same time.
so I have two problem

oboe can record two audio devices at same time ?
oboe can record voice_uplink and voice_downlink capacity
My app is system app. have [Manifest.permission.CAPTURE_AUDIO_OUTPUT] permission.

@philburk
Copy link
Collaborator

Oboe is just a library. So Oboe only has permission to do what an app can do.

Are you writing a voice communication app?
If so then you only need to record the local voice. The other voice is coming from the network.

If you want to save these to storage then save them when you so have the data. You should not need to capture the output.

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

No branches or pull requests

2 participants