opentok / opentok-macos-sdk-samples

MIT License
2 stars 2 forks source link

When using custom audio driver, system output volume is very low. #9

Closed rktalusani closed 1 year ago

rktalusani commented 1 year ago

Describe the bug When running the custom audio driver sample, as soon as you connect to the session the system output volume become very low. So if there was a audio player running, as soon as you connect to the session you would notice that you can hardly hear the music from the player.

To Reproduce

  1. start playing music using music player
  2. connect to the session.
  3. music player volume become very low.

Expected behavior There should not be any change in volume level.

Screenshots

Device (please compete the following information):

Additional context We are using audio unit with subType kAudioUnitSubType_VoiceProcessingIO.

YoavGro commented 1 year ago

HI,

Jumping on this. We also tried implementing the Audio renderer, and we discovered the same issue. One thing to note, is that this is also happening without being connected to the OpenTok session. I think this has to do with how the kAudioUnitSubType_VoiceProcessingIO AudioUnit is working on the MacOS. Might be good to check the render callback and see what can be done there.

v-kpheng commented 1 year ago

Thanks for letting us know about this issue. We've added this to our backlog: https://jira.vonage.com/browse/VIDCS-635.

YoavGro commented 1 year ago

@v-kpheng can't seems to log in to your JIRA Any update on this? Is this expected to be fixed on V1?

v-kpheng commented 1 year ago

@YoavGro, only employees can access the link. There's no ETA for when this will be fixed, but it has been added to our backlog.

Lastly, this is unlikely to be fixed in the next release.

beHaze commented 1 year ago

Fixed in 2.25.2