Lines Matching refs:lsx_fail

473     lsx_fail("`%s' %s: %s",  in sox_read_wide()
649 lsx_fail("`%s' %s: %s", ofile->ft->filename, in output_flow()
906 lsx_fail("Cannot open effects file `%s': %s", filename, strerror(errno)); in read_user_effects()
928 lsx_fail("Error reading effects file `%s' (not a text file?)", filename); in read_user_effects()
943 lsx_fail("Cannot find an effect called `%s'.", argv[0]); in read_user_effects()
966 lsx_fail("Error reading effects file `%s': %s", filename, strerror(errno)); in read_user_effects()
1014 lsx_fail("`%s' is a libSoX-only effect", effp->handler.name); in create_user_effects()
1609 lsx_fail("Input files must have the same sample-rate"); in calculate_combiner_signal_parameters()
1613 lsx_fail("Input files must have the same # channels"); in calculate_combiner_signal_parameters()
1980 lsx_fail("%s\n", message); /* N.B. stderr */ in usage()
2120 lsx_fail("Cannot open comment file `%s'", filename); in read_comment_file()
2132 lsx_fail("Error reading comment file `%s'", filename); in read_comment_file()
2258 lsx_fail("--%s: `%s' is not one of: %s.", in enum_option()
2288 lsx_fail("Buffer size `%s' must be > %d", optstate.arg, SOX_BUFMIN); in parse_gopts_and_fopts()
2321 lsx_fail("Buffer size `%s' must be > %d", optstate.arg, SOX_BUFMIN); in parse_gopts_and_fopts()
2331 lsx_fail("Interactive mode has not been enabled at compile time."); in parse_gopts_and_fopts()
2362 lsx_fail("Min DFT size must be in range 8 to 16"); in parse_gopts_and_fopts()
2401 lsx_fail("Rate value `%s' is not a positive number", optstate.arg); in parse_gopts_and_fopts()
2410 lsx_fail("Volume value `%s' is not a number", optstate.arg); in parse_gopts_and_fopts()
2421 lsx_fail("Channels value `%s' is not a positive integer", optstate.arg); in parse_gopts_and_fopts()
2429 lsx_fail("Compression value `%s' is not a number", optstate.arg); in parse_gopts_and_fopts()
2436 lsx_fail("Bits value `%s' is not a positive integer", optstate.arg); in parse_gopts_and_fopts()
2483 lsx_fail("Verbosity value `%s' is not a non-negative integer", optstate.arg); in parse_gopts_and_fopts()
2550 lsx_fail("Sorry, there is no default audio device configured"); in set_default_device()
2585 lsx_fail("glob: %s", strerror(errno)); in add_glob_file()
2623 lsx_fail("invalid option for "SOX_OPTS); in parse_options_and_filenames()
2755 lsx_fail("Verbosity value `%s' is not a non-negative integer", optstate.arg); in soxi()