You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the audio examples here, but also trying our own tweaks to them. Before a call we can play stereo MP3s easily and they output to the headphones correctly.
However the moment the microphone starts being shared the audio plays the first time correctly, but the subsequent times plays in mono out of both ears
Steps to Reproduce
Load the AudioDevice Example
Use a very obvious stereo track (our test track plays out of one ear then the other)
Trigger the track after the call connects
Code
// Not sure any code needed for this one
Expected Behavior
Audio is played in stereo out of correct side of heaphone
Actual Behavior
Audio is mixed to mono and plays out of both headphones
Reproduces How Often
100%
Logs
Debug level logs are helpful when investigating issues. To enable debug level logging, add the following code to your application:
// no log output, just audio
Versions
Tested on iOS v15.3.1
Video iOS SDK
5.0.0
Xcode
13.2.1
iOS Version
15.3.1
iOS Device
iPad 5th Gen
The text was updated successfully, but these errors were encountered:
Description
Using the audio examples here, but also trying our own tweaks to them. Before a call we can play stereo MP3s easily and they output to the headphones correctly.
However the moment the microphone starts being shared the audio plays the first time correctly, but the subsequent times plays in mono out of both ears
Steps to Reproduce
Code
Expected Behavior
Audio is played in stereo out of correct side of heaphone
Actual Behavior
Audio is mixed to mono and plays out of both headphones
Reproduces How Often
100%
Logs
Debug level logs are helpful when investigating issues. To enable debug level logging, add the following code to your application:
Versions
Tested on iOS v15.3.1
Video iOS SDK
5.0.0
Xcode
13.2.1
iOS Version
15.3.1
iOS Device
iPad 5th Gen
The text was updated successfully, but these errors were encountered: