if(pConfig==NULL||pConfig->channels==0||pConfig->sampleRate==0)returnmal_post_error(pDevice,"mal_device_init() called with invalid arguments.",MAL_INVALID_ARGS);
if(pConfig==NULL||pConfig->channels==0||pConfig->sampleRate==0)returnmal_post_error(pDevice,"mal_device_init() called with invalid arguments.",MAL_INVALID_ARGS);
mal_pcm_convert(pFramesOut8+(iFrame*pDSP->channelsOut*mal_get_sample_size_in_bytes(pDSP->formatOut)),pDSP->formatOut,pTempFrameF32,mal_format_f32,pDSP->channelsOut);// <-- Evaluates to a memcpy().