AudioProcessingChannels

Number of channels for audio pre-processing.

In scenarios such as concerts where enhanced realism is needed, local users may need to capture and send stereo signals to remote users. For example, on a concert stage, the lead singer, guitarist, and drummer stand in different positions. The on-site equipment captures stereo sound from each of them and sends the stereo signal to the remote user, who can hear the vocals, guitar, and drums coming from different directions as if they were on stage. With this class, you can configure dual-channel processing to achieve stereo sound. It is recommended to configure as follows:
  1. Pre-processing: Call setAdvancedAudioOptions and set audioProcessingChannels to AudioProcessingStereo (2) in AdvancedAudioOptions.
  2. Post-processing: Call setAudioProfile and set profile to AudioProfileMusicStandardStereo (3) or AudioProfileMusicHighQualityStereo (5).
Note:
  • Stereo configuration only takes effect under media volume.
To learn the difference between media and communication volume,

Enumerations

AudioProcessingMono
1: (Default) Mono channel.
AudioProcessingStereo
2: Stereo channel.