AgoraIO-Extensions / react-native-agora

React Native around the Agora RTC SDKs for Android and iOS agora
https://www.agora.io
MIT License
625 stars 227 forks source link

Does it provide stereo function? #479

Closed Saehanseul closed 1 year ago

Saehanseul commented 2 years ago

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???

plutoless commented 2 years ago

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

Saehanseul commented 2 years ago

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.

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.