Unable to stream in stereo

Viewed 153

I am using a 3d mic that works like a charm on the iPhone using 1/8th jack into an adapter. It works great with the camera app so I know the hardware is able to receive the stereo.

However in my agora.io iPhone app I have the following settings:

audio.setChannelProfile(.liveBroadcasting)
audio.setAudioProfile(.musicHighQualityStereo, scenario: .showRoom)

Is there anything else I need to do for it to work?

1 Answers

I was able to reach Agora Support. The following answer is what I received:

iOS devices does not support stereo audio capture. You would need to use external video source which support stereo audio to do the capture.

I wish this were included in the iOS documentation.

For my use case, a Mac app would be better, so I'm just going to go with that!

Related