Open Ishan09811 opened 2 months ago
Actually I want to change the audio channel to mono or stereo manually in ExoPlayer 1.4.1
Hey there!
Take a look at ChannelMixingAudioProcessor - It needs to be setup with the matrices representing your preferred mixing coefficients.
This can be passed to DefaultAudioSink to be applied to decoded audio before it's queued to the AudioTrack.
@Samrobbo Can you provide a usage case?
Just a guess: Is this related to switching between different audio tracks in ExoPlayer?
It would be great if you could provide more details by filling out the issue template.