Loading apps/isar_post_rend.c +1 −1 Original line number Diff line number Diff line Loading @@ -1053,7 +1053,7 @@ int main( case IVAS_ERR_SAMPLING_RATE_UNKNOWN: /* Returned when input is raw PCM */ if ( args.sampleRate == 0 ) { fprintf( stderr, "\nError: Sampling rate must be specified on command line in case of BINAURAL_SPLIT_PCM input!\n" ); fprintf( stderr, "\nError: Sampling rate must be specified on command line in case of raw PCM input!\n" ); goto cleanup; } break; Loading Loading
apps/isar_post_rend.c +1 −1 Original line number Diff line number Diff line Loading @@ -1053,7 +1053,7 @@ int main( case IVAS_ERR_SAMPLING_RATE_UNKNOWN: /* Returned when input is raw PCM */ if ( args.sampleRate == 0 ) { fprintf( stderr, "\nError: Sampling rate must be specified on command line in case of BINAURAL_SPLIT_PCM input!\n" ); fprintf( stderr, "\nError: Sampling rate must be specified on command line in case of raw PCM input!\n" ); goto cleanup; } break; Loading