mal_format_converterformatConverterIn;// For converting data to f32 in preparation for further processing.
mal_src src; // For sample rate conversion.
mal_format_converterformatConverterOut;// For converting data to the requested output format. Used as the final step in the processing pipeline.
mal_channel channelMapInPostMix[MAL_MAX_CHANNELS]; // <-- When mixing, new channels may need to be created. This represents the channel map after mixing.
mal_srcsrc;// For sample rate conversion.
mal_channelchannelMapInPostMix[MAL_MAX_CHANNELS];// <-- When mixing, new channels may need to be created. This represents the channel map after mixing.
mal_channelchannelShuffleTable[MAL_MAX_CHANNELS];
mal_channelchannelShuffleTable[MAL_MAX_CHANNELS];
mal_bool32isChannelMappingRequired:1;
mal_bool32isChannelMappingRequired:1;
mal_bool32isSRCRequired:1;
mal_bool32isSRCRequired:1;
mal_bool32 isPassthrough : 1; // <-- Will be set to true when the DSP pipeline is an optimized passthrough.
mal_bool32isPassthrough:1;// <-- Will be set to true when the DSP pipeline is an optimized passthrough.