Loading lib_rend/lib_rend.c +3 −3 Original line number Diff line number Diff line Loading @@ -5374,7 +5374,7 @@ static ivas_error renderIsmToBinaural( return IVAS_ERR_OK; } #ifndef FIX_911_REMOVE_CREND_DUPLICATION static int16_t getNumSubframesInBuffer( const IVAS_REND_AudioBuffer *buffer, const int32_t sampleRate ) Loading @@ -5399,7 +5399,7 @@ static int16_t getNumSubframesInBuffer( return (int16_t) ( buffer->config.numSamplesPerChannel / ( sampleRate / FRAMES_PER_SEC / MAX_PARAM_SPATIAL_SUBFRAMES ) ); #endif } #endif static ivas_error renderIsmToBinauralRoom( input_ism *ismInput, Loading Loading
lib_rend/lib_rend.c +3 −3 Original line number Diff line number Diff line Loading @@ -5374,7 +5374,7 @@ static ivas_error renderIsmToBinaural( return IVAS_ERR_OK; } #ifndef FIX_911_REMOVE_CREND_DUPLICATION static int16_t getNumSubframesInBuffer( const IVAS_REND_AudioBuffer *buffer, const int32_t sampleRate ) Loading @@ -5399,7 +5399,7 @@ static int16_t getNumSubframesInBuffer( return (int16_t) ( buffer->config.numSamplesPerChannel / ( sampleRate / FRAMES_PER_SEC / MAX_PARAM_SPATIAL_SUBFRAMES ) ); #endif } #endif static ivas_error renderIsmToBinauralRoom( input_ism *ismInput, Loading