// Based off the speaker configurations mentioned here: https://docs.microsoft.com/en-us/windows-hardware/drivers/ddi/content/ksmedia/ns-ksmedia-ksaudio_channel_config
@@ -14781,7 +15166,7 @@ mal_result mal_decoder_init_wav__internal(const mal_decoder_config* pConfig, mal
pDecoder->internalChannels=pWav->channels;
pDecoder->internalSampleRate=pWav->sampleRate;
mal_get_default_device_config_channel_map(pDecoder->internalChannels,pDecoder->internalChannelMap);// For WAV files we are currently making an assumption on the channel map.