Initial import to Tizen
[profile/ivi/sphinxbase.git] / doc / sphinx_cont_adseg.1
1 .TH SPHINX_CONT_ADSEG 1 "2008-05-12"
2 .SH NAME
3 sphinx_cont_adseg \- Read audio from the audio device and segment it
4 .SH SYNOPSIS
5 .B sphinx_cont_adseg
6 .I sampling-rate
7 .I silence-threshold
8 .SH DESCRIPTION
9 .PP
10 This program reads audio from the system audio device and segments it
11 into individual non-silence regions.  The argument
12 .I sampling-rate
13 is the sampling rate to read audio at (e.g. 16000), while the argument
14 .I silence-threshold
15 is the number of seconds to wait before deciding that a non-silence
16 region is done (e.g. 1.0).
17 .SH AUTHOR
18 Written by M. K. Ravishankar <rkm@cs.cmu.edu>.  This manual page
19 by David Huggins-Daines <dhuggins@cs.cmu.edu>
20 .SH COPYRIGHT
21 Copyright \(co 1999-2001 Carnegie Mellon University.  See the file
22 \fICOPYING\fR included with this package for more information.
23 .br