Loading lib_rend/ivas_splitRendererPre.c +2 −1 Original line number Diff line number Diff line Loading @@ -2209,9 +2209,10 @@ static ivas_error ivas_renderMultiTDBinToSplitBinaural( if ( useLc3plus ) { #ifdef API_5MS #if 0 // def API_5MS int32_t frame_size = hSplitBin->hLc3plusEnc->config.samplerate * codec_frame_size_ms / 1000; #else /*this should always have the time resolution of pose correction MD. Note that this does not change frame size of LC3plus*/ int32_t frame_size = hSplitBin->hLc3plusEnc->config.samplerate / (int32_t) FRAMES_PER_SEC; #endif Loading Loading
lib_rend/ivas_splitRendererPre.c +2 −1 Original line number Diff line number Diff line Loading @@ -2209,9 +2209,10 @@ static ivas_error ivas_renderMultiTDBinToSplitBinaural( if ( useLc3plus ) { #ifdef API_5MS #if 0 // def API_5MS int32_t frame_size = hSplitBin->hLc3plusEnc->config.samplerate * codec_frame_size_ms / 1000; #else /*this should always have the time resolution of pose correction MD. Note that this does not change frame size of LC3plus*/ int32_t frame_size = hSplitBin->hLc3plusEnc->config.samplerate / (int32_t) FRAMES_PER_SEC; #endif Loading