1SPHINX_CONT_ADSEG(1) General Commands Manual SPHINX_CONT_ADSEG(1)
2
3
4
6 sphinx_cont_fileseg - Segment a waveform file into non-silence regions
7
9 sphinx_cont_fileseg [ -? | -h ] [ -d | -debug ] [ -sps sampling-rate
10 [4m(16000) ] [ -b | -byteswap ] [ { -s | -silsep } length-silence-separa‐
11 tor(sec) (0.5) ] [ -w | -writeseg ] [ -min-noise min-noise ] [ -max-
12 noise max-noise ] [ -delta-sil delta-sil ] [ -delta-speech delta-speech
13 ] [ -sil-onset sil-onset ] [ -speech-onset speech-onset ] [ -adapt-rate
14 adapt-rate ] [ -max-adreadsize ad_read_blksize ] [ -c copy-input-file ]
15 [ -r | -rawmode ] -i input-file
16
18 This program reads an input file and segments it into individual non-
19 silence regions.
20
22 Written by M. K. Ravishankar <rkm@cs.cmu.edu>. This (rather lousy)
23 manual page by David Huggins-Daines <dhuggins@cs.cmu.edu>
24
26 Copyright © 1999-2001 Carnegie Mellon University. See the file COPYING
27 included with this package for more information.
28
29
30
31 2008-05-12 SPHINX_CONT_ADSEG(1)