Class ChannelMixingAudioProcessor

  • All Implemented Interfaces:
    AudioProcessor

    @Deprecated
    public final class ChannelMixingAudioProcessor
    extends BaseAudioProcessor
    Deprecated.
    com.google.android.exoplayer2 is deprecated. Please migrate to androidx.media3 (which contains the same ExoPlayer code). See the migration guide for more details, including a script to help with the migration.
    An AudioProcessor that handles mixing and scaling audio channels. Call putChannelMixingMatrix(ChannelMixingMatrix) specifying mixing matrices to apply for each possible input channel count before using the audio processor. Input and output are 16-bit PCM.
    • Constructor Detail

      • ChannelMixingAudioProcessor

        public ChannelMixingAudioProcessor()
        Deprecated.
        Creates a new audio processor for mixing and scaling audio channels.