Loading apps/decoder.c +1 −1 Original line number Diff line number Diff line Loading @@ -3611,7 +3611,7 @@ static ivas_error decodeVoIP( #ifdef SUPPORT_JBM_TRACEFILE if ( ( error = IVAS_DEC_VoIP_GetSamples( hIvasDec, nOutSamples, IVAS_DEC_PCM_INT16, (void *) pcmBuf, writeJbmTraceFileFrameWrapper, jbmTraceWriter, &bitstreamReadDone, &nSamplesRendered, ¶metersAvailableForEditing, systemTime_ms ) ) != IVAS_ERR_OK ) #else if ( ( error = IVAS_DEC_VoIP_GetSamples( hIvasDec, nOutSamples, IVAS_DEC_PCM_INT16, (void *) pcmBuf, &bitstreamReadDone, &nSamplesRendered, ¶meterAvailableForEditing, systemTime_ms ) ) != IVAS_ERR_OK ) if ( ( error = IVAS_DEC_VoIP_GetSamples( hIvasDec, nOutSamples, IVAS_DEC_PCM_INT16, (void *) pcmBuf, &bitstreamReadDone, &nSamplesRendered, ¶metersAvailableForEditing, systemTime_ms ) ) != IVAS_ERR_OK ) #endif { fprintf( stderr, "\nError in IVAS_DEC_VoIP_GetSamples: %s\n", IVAS_DEC_GetErrorMessage( error ) ); Loading lib_com/options.h +2 −0 Original line number Diff line number Diff line Loading @@ -40,7 +40,9 @@ /* clang-format off */ /* ################### Start compiler switches ######################## */ #ifndef NO_SUPPORT_JBM_TRACEFILE #define SUPPORT_JBM_TRACEFILE /* support for JBM tracefile, which is needed for 3GPP objective/subjective testing, but not relevant for real-world implementations */ #endif /* #################### End compiler switches ######################### */ Loading tests/split_rendering/renderer_configs/split_renderer_config_3dofhq_768k_lc3plus.txt +1 −0 Original line number Diff line number Diff line Loading @@ -3,3 +3,4 @@ BITRATE = 768000; DOF = 3; HQMODE = 1; CODEC = LC3PLUS; LC3PLUS_HIGHRES = 1; Loading
apps/decoder.c +1 −1 Original line number Diff line number Diff line Loading @@ -3611,7 +3611,7 @@ static ivas_error decodeVoIP( #ifdef SUPPORT_JBM_TRACEFILE if ( ( error = IVAS_DEC_VoIP_GetSamples( hIvasDec, nOutSamples, IVAS_DEC_PCM_INT16, (void *) pcmBuf, writeJbmTraceFileFrameWrapper, jbmTraceWriter, &bitstreamReadDone, &nSamplesRendered, ¶metersAvailableForEditing, systemTime_ms ) ) != IVAS_ERR_OK ) #else if ( ( error = IVAS_DEC_VoIP_GetSamples( hIvasDec, nOutSamples, IVAS_DEC_PCM_INT16, (void *) pcmBuf, &bitstreamReadDone, &nSamplesRendered, ¶meterAvailableForEditing, systemTime_ms ) ) != IVAS_ERR_OK ) if ( ( error = IVAS_DEC_VoIP_GetSamples( hIvasDec, nOutSamples, IVAS_DEC_PCM_INT16, (void *) pcmBuf, &bitstreamReadDone, &nSamplesRendered, ¶metersAvailableForEditing, systemTime_ms ) ) != IVAS_ERR_OK ) #endif { fprintf( stderr, "\nError in IVAS_DEC_VoIP_GetSamples: %s\n", IVAS_DEC_GetErrorMessage( error ) ); Loading
lib_com/options.h +2 −0 Original line number Diff line number Diff line Loading @@ -40,7 +40,9 @@ /* clang-format off */ /* ################### Start compiler switches ######################## */ #ifndef NO_SUPPORT_JBM_TRACEFILE #define SUPPORT_JBM_TRACEFILE /* support for JBM tracefile, which is needed for 3GPP objective/subjective testing, but not relevant for real-world implementations */ #endif /* #################### End compiler switches ######################### */ Loading
tests/split_rendering/renderer_configs/split_renderer_config_3dofhq_768k_lc3plus.txt +1 −0 Original line number Diff line number Diff line Loading @@ -3,3 +3,4 @@ BITRATE = 768000; DOF = 3; HQMODE = 1; CODEC = LC3PLUS; LC3PLUS_HIGHRES = 1;