Loading lib_rend/lib_rend.c +11 −3 Original line number Diff line number Diff line Loading @@ -3001,10 +3001,18 @@ ivas_error IVAS_REND_Open( return error; } } #ifdef FIX_1135_EXT_RENDERER_HANDLES if ( outConfig == IVAS_AUDIO_CONFIG_BINAURAL_ROOM_REVERB ) { #endif if ( ( error = ivas_HRTF_statistics_init( &( hIvasRend->hHrtfs.hHrtfStatistics ), hIvasRend->sampleRateOut ) ) != IVAS_ERR_OK ) { return error; } #ifdef FIX_1135_EXT_RENDERER_HANDLES } #endif return IVAS_ERR_OK; } Loading Loading
lib_rend/lib_rend.c +11 −3 Original line number Diff line number Diff line Loading @@ -3001,10 +3001,18 @@ ivas_error IVAS_REND_Open( return error; } } #ifdef FIX_1135_EXT_RENDERER_HANDLES if ( outConfig == IVAS_AUDIO_CONFIG_BINAURAL_ROOM_REVERB ) { #endif if ( ( error = ivas_HRTF_statistics_init( &( hIvasRend->hHrtfs.hHrtfStatistics ), hIvasRend->sampleRateOut ) ) != IVAS_ERR_OK ) { return error; } #ifdef FIX_1135_EXT_RENDERER_HANDLES } #endif return IVAS_ERR_OK; } Loading