Initial import to Tizen
[profile/ivi/sphinxbase.git] / doc / sphinx_cont_fileseg.1
1 .TH SPHINX_CONT_ADSEG 1 "2008-05-12"
2 .SH NAME
3 sphinx_cont_fileseg \- Segment a waveform file into non-silence regions
4 .SH SYNOPSIS
5 .B sphinx_cont_fileseg
6 [
7 .B -? | -h
8 ]
9 [
10 .B \-d | \-debug
11 ]
12 [
13 .B \-sps
14 .I sampling-rate (16000)
15 ]
16 [
17 .B \-b | \-byteswap
18 ]
19 [
20 {
21 .B \-s | \-silsep
22 }
23 .I length-silence-separator(sec) (0.5)
24 ]
25 [
26 .B \-w | \-writeseg
27 ]
28 [
29 .B \-min-noise
30 .I min-noise
31 ]
32 [
33 .B \-max-noise
34 .I max-noise
35 ]
36 [
37 .B \-delta-sil
38 .I delta-sil
39 ]
40 [
41 .B \-delta-speech
42 .I delta-speech
43 ]
44 [
45 .B \-sil-onset
46 .I sil-onset
47 ]
48 [
49 .B -speech-onset
50 .I speech-onset
51 ]
52 [
53 .B \-adapt-rate
54 .I adapt-rate
55 ]
56 [
57 .B \-max-adreadsize 
58 .I ad_read_blksize
59 ]
60 [
61 .B -c
62 .I copy-input-file
63 ]
64 [
65 .B -r | -rawmode
66 ]
67 .B -i
68 .I input-file
69 .SH DESCRIPTION
70 .PP
71 This program reads an input file and segments it
72 into individual non-silence regions.
73 .SH AUTHOR
74 Written by M. K. Ravishankar <rkm@cs.cmu.edu>.  This (rather lousy) manual page
75 by David Huggins-Daines <dhuggins@cs.cmu.edu>
76 .SH COPYRIGHT
77 Copyright \(co 1999-2001 Carnegie Mellon University.  See the file
78 \fICOPYING\fR included with this package for more information.
79 .br