Loading lib_dec/lib_dec.c +1 −1 Original line number Diff line number Diff line Loading @@ -4077,7 +4077,7 @@ static ivas_error printConfigInfo_dec( if ( output_config == IVAS_AUDIO_CONFIG_BINAURAL || output_config == IVAS_AUDIO_CONFIG_BINAURAL_ROOM_IR || output_config == IVAS_AUDIO_CONFIG_BINAURAL_ROOM_REVERB || output_config == IVAS_AUDIO_CONFIG_BINAURAL_SPLIT_CODED || output_config == IVAS_AUDIO_CONFIG_BINAURAL_SPLIT_PCM ) { fprintf( stdout, "Render number of subframes: %dms\n", get_render_frame_size_ms( st_ivas->hDecoderConfig->render_num_subframes ) ); fprintf( stdout, "Render frame size: %d ms\n", get_render_frame_size_ms( st_ivas->hDecoderConfig->render_num_subframes ) ); } if ( st_ivas->hDecoderConfig->Opt_HRTF_binary ) { Loading Loading
lib_dec/lib_dec.c +1 −1 Original line number Diff line number Diff line Loading @@ -4077,7 +4077,7 @@ static ivas_error printConfigInfo_dec( if ( output_config == IVAS_AUDIO_CONFIG_BINAURAL || output_config == IVAS_AUDIO_CONFIG_BINAURAL_ROOM_IR || output_config == IVAS_AUDIO_CONFIG_BINAURAL_ROOM_REVERB || output_config == IVAS_AUDIO_CONFIG_BINAURAL_SPLIT_CODED || output_config == IVAS_AUDIO_CONFIG_BINAURAL_SPLIT_PCM ) { fprintf( stdout, "Render number of subframes: %dms\n", get_render_frame_size_ms( st_ivas->hDecoderConfig->render_num_subframes ) ); fprintf( stdout, "Render frame size: %d ms\n", get_render_frame_size_ms( st_ivas->hDecoderConfig->render_num_subframes ) ); } if ( st_ivas->hDecoderConfig->Opt_HRTF_binary ) { Loading