Commit 1cb84fe6 authored by TYAGIRIS's avatar TYAGIRIS
Browse files

fix in lc3 plus path with split rendering pose correction

parent 968866d6
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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