Loading lib_rend/lib_rend.c +8 −2 Original line number Diff line number Diff line Loading @@ -5121,7 +5121,6 @@ static ivas_error renderIsmToBinauralReverb( input_ism *ismInput, IVAS_REND_AudioBuffer outAudio ) { int16_t i; float tmpRendBuffer[MAX_OUTPUT_CHANNELS][L_FRAME48k]; ivas_error error; Loading Loading @@ -5444,6 +5443,13 @@ static ivas_error renderMcToBinaural( #else int8_t headRotEnabled; #endif float *p_tmpRendBuffer[MAX_OUTPUT_CHANNELS]; int16_t i; for ( i = 0; i < MAX_OUTPUT_CHANNELS; i++ ) { p_tmpRendBuffer[i] = tmpRendBuffer[i]; } push_wmops( "renderMcToBinaural" ); Loading Loading @@ -5522,7 +5528,7 @@ static ivas_error renderMcToBinaural( /* call CREND */ if ( ( error = ivas_rend_crendProcess( mcInput->crendWrapper, getIvasAudioConfigFromRendAudioConfig( mcInput->base.inConfig ), getIvasAudioConfigFromRendAudioConfig( outConfig ), NULL, NULL, NULL, NULL, NULL /* ToDo: TBV */, *mcInput->base.ctx.pOutSampleRate ) ) != IVAS_ERR_OK ) NULL, NULL, NULL, NULL, p_tmpRendBuffer, *mcInput->base.ctx.pOutSampleRate ) ) != IVAS_ERR_OK ) { return error; } Loading Loading
lib_rend/lib_rend.c +8 −2 Original line number Diff line number Diff line Loading @@ -5121,7 +5121,6 @@ static ivas_error renderIsmToBinauralReverb( input_ism *ismInput, IVAS_REND_AudioBuffer outAudio ) { int16_t i; float tmpRendBuffer[MAX_OUTPUT_CHANNELS][L_FRAME48k]; ivas_error error; Loading Loading @@ -5444,6 +5443,13 @@ static ivas_error renderMcToBinaural( #else int8_t headRotEnabled; #endif float *p_tmpRendBuffer[MAX_OUTPUT_CHANNELS]; int16_t i; for ( i = 0; i < MAX_OUTPUT_CHANNELS; i++ ) { p_tmpRendBuffer[i] = tmpRendBuffer[i]; } push_wmops( "renderMcToBinaural" ); Loading Loading @@ -5522,7 +5528,7 @@ static ivas_error renderMcToBinaural( /* call CREND */ if ( ( error = ivas_rend_crendProcess( mcInput->crendWrapper, getIvasAudioConfigFromRendAudioConfig( mcInput->base.inConfig ), getIvasAudioConfigFromRendAudioConfig( outConfig ), NULL, NULL, NULL, NULL, NULL /* ToDo: TBV */, *mcInput->base.ctx.pOutSampleRate ) ) != IVAS_ERR_OK ) NULL, NULL, NULL, NULL, p_tmpRendBuffer, *mcInput->base.ctx.pOutSampleRate ) ) != IVAS_ERR_OK ) { return error; } Loading