Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ class CustomAudioRenderMain: BaseViewController {
exAudio.setupExternalAudio(withAgoraKit: agoraKit, sampleRate: UInt32(sampleRate), channels: UInt32(channel), audioCRMode: .sdkCaptureExterRender, ioType: .remoteIO)
// important!! this example is using onPlaybackAudioFrame to do custom rendering
// by default the audio output will still be processed by SDK hence below api call is mandatory to disable that behavior
agoraKit.setParameters("{\"che.audio.external_render\": false}")
agoraKit.setParameters("{\"che.audio.external_render\": true}")
agoraKit.setParameters("{\"che.audio.keep.audiosession\": true}")



Expand Down