react-native-agora icon indicating copy to clipboard operation
react-native-agora copied to clipboard

Does it provide stereo function?

Open Saehanseul opened this issue 4 years ago • 2 comments

Hello, i'm using react-native-agora 3.5.3. and I setted like below.

this._engine.setAudioProfile( AudioProfile.MusicHighQualityStereo, AudioScenario.GameStreaming, )

but I can't send and receive stereo.

I made ticket and ask at agora-support and they replied like below.

Quick update, as we took a detailed review on this topic, for your request, we believe you will need to configure custom audio source under react-native SDK in order to use stereo input.

Hope this information helps you,

How to using stereo with react-native-agora???

Saehanseul avatar Feb 18 '22 07:02 Saehanseul

i would like to understand your definition of stereo and how did you determine that it is not doing it?

plutoless avatar Feb 21 '22 04:02 plutoless

We are testing like this video: https://www.youtube.com/watch?v=6TWJaFD6R2s We are testing audio interface with seperating left mic and right mic.

At the web(AgoraRTC_N-4.7.3), when broadcaster speak to left mic, app and web listener both can listen only left side. But at the App("react-native-agora": "^3.5.3",), when broadcaster speak to left mic, app and web listener both listen left and right side same like mono input.

I think this is bug because agora provide stereo type: AudioProfile.MusicHighQualityStereo but it's not working stereo. just working same like mono type.

Saehanseul avatar Feb 21 '22 08:02 Saehanseul