twilio / voice-quickstart-android

Quickstart app for the Voice Android SDK
https://www.twilio.com/docs/api/voice-sdk/android/getting-started
MIT License
184 stars 140 forks source link

Use Oboe library with Twilio Voice SDK #538

Closed Oleur closed 1 year ago

Oleur commented 1 year ago

Description

Hello there, I wanted to know if there is a way I can test the Oboe library with the Twilio Voice SDK. I don't think there is a way to override the audio player in the SDK. Thanks a lot for your feedbacks.

Expected Behavior

Be able to use the Oboe library with the Twilio Voice SDK.

kbagchiGWC commented 1 year ago

Hi @Oleur - what is your use case for using Oboe library library? We have not looked into this library.

If you are looking to use custom audio device capturer and audio device renderer of audio by replacing the default device used by the SDK, you can do so by implementing AudioDevice. An example of how to use these APIs can be found in this example app.

Oleur commented 1 year ago

Perfect that's what I was looking for! I'll see what if I write a custom audio engine with Oboe. Thanks!