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:
- Pre-processing: Call setAdvancedAudioOptions and set
audioProcessingChannelstoAudioProcessingStereo(2) in AdvancedAudioOptions. - Post-processing: Call setAudioProfile and set
profiletoAudioProfileMusicStandardStereo(3) orAudioProfileMusicHighQualityStereo(5).
Note:
- Stereo configuration only takes effect under media volume.
Enumerations
- AudioProcessingMono
- 1: (Default) Mono channel.
- AudioProcessingStereo
- 2: Stereo channel.