mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-23 16:54:03 +02:00
Documentation.
This commit is contained in:
@@ -786,7 +786,8 @@ struct mal_dsp
|
|||||||
mal_dsp_config config;
|
mal_dsp_config config;
|
||||||
mal_dsp_read_proc onRead;
|
mal_dsp_read_proc onRead;
|
||||||
void* pUserDataForOnRead;
|
void* pUserDataForOnRead;
|
||||||
mal_format_converter formatConverter;
|
mal_format_converter formatConverterIn; // For converting data to f32 in preparation for further processing.
|
||||||
|
mal_format_converter formatConverterOut; // For converting data to the requested output format. Used as the final step in the processing pipeline.
|
||||||
mal_src src; // For sample rate conversion.
|
mal_src src; // For sample rate conversion.
|
||||||
mal_channel channelMapInPostMix[MAL_MAX_CHANNELS]; // <-- When mixing, new channels may need to be created. This represents the channel map after mixing.
|
mal_channel channelMapInPostMix[MAL_MAX_CHANNELS]; // <-- When mixing, new channels may need to be created. This represents the channel map after mixing.
|
||||||
mal_channel channelShuffleTable[MAL_MAX_CHANNELS];
|
mal_channel channelShuffleTable[MAL_MAX_CHANNELS];
|
||||||
|
|||||||
Reference in New Issue
Block a user