Home
last modified time | relevance | path

Searched refs:silencecuts (Results 1 – 6 of 6) sorted by relevance

/dports/audio/wav2cdr/wav2cdr/
H A Dcmdarg.c153 {"silencecuts", no_argument, (int *) &cmdarg.silencecuts, TRUE}, in scan_cmd_args()
349 cmdarg.silencecuts = TRUE; in scan_cmd_args()
350 if (cmdarg.silencecuts) { in scan_cmd_args()
522 if (cmdarg.silencecuts) in showcmdargs()
814 pinfo->silencecuts = cmdarg.silencecuts; in init_process_info()
H A Dusage.-c26 " --silencecuts Generate cut numbers to cut out intervals of silence\n"
29 " --silenceinfo As --silencecuts, shows info about silent/non-silent parts\n"
H A Dwav2cdr.h213 BOOL silencecuts; /* find cut numbers for silent intervals */ member
301 BOOL silencecuts; /* find cut numbers, cutting at silent intervals */ member
H A DChangeLog34 --silencecuts, rendering that option useless. Now they are only printed
69 *) Fixed --silencecuts not working in some cases. process_silencecuts() is
H A Dhelp.-c140 " --silencecuts\n"
173 " interval is detected. Ignored without --silencecuts. The delay\n"
178 " Similar to --silencecuts, but it generates more information.\n"
186 " Threshold for silence detection. Ignored without --silencecuts.\n"
215 " Produce more output. Currently only used by --silencecuts and\n"
321 " wav2cdr < record.wav > cuts --silencecuts --silencedelay 2s\n"
330 " --silenceinfo can be used in the same way as --silencecuts. It pro-\n"
H A Dprocess.c713 OR pinfo->silencecuts in process_sector()
736 if (pinfo->silencecuts) in process_sector()