1SPHINX_PITCH(1) General Commands Manual SPHINX_PITCH(1)
2
3
4
6 sphinx_pitch - Extract pitch from audio files
7
9 sphinx_pitch [ options ]...
10
12 This program reads audio files and analyzes them for pitch and voicing.
13
14 -c file for batch processing
15
16 -di directory, input file names are relative to this, if defined
17
18 -do directory, output files are relative to this
19
20 -ei extension to be applied to all input files
21
22 -eo extension to be applied to all output files
23
24 -flen Number of seconds in each analysis frame (needs to be greater
25 than twice the longest period you wish to detect - to detect
26 down to 80Hz you need a frame length of 2.0/80 = 0.025).
27
28 -fshift
29 Frame shift: number of seconds between each analysis frame.
30
31 -i audio input file
32
33 -input_endian
34 of audio data (will be determined automatically if not given)
35
36 -mswav Defines input format as Microsoft Wav (RIFF)
37
38 -nist Defines input format as NIST sphere
39
40 -nskip If a control file was specified, the number of utterances to
41 skip at the head of the file
42
43 -o text output file (standard output will be used if not given)
44
45 -raw Defines input format as raw binary data
46
47 -runlen
48 If a control file was specified, the number of utterances to
49 process (see -nskip too)
50
51 -samprate
52 Sampling rate of audio data (will be determined automatically if
53 0)
54
55 -search_range
56 Fraction of the best local estimate to use as a search range for
57 smoothing.
58
59 -smooth_window
60 Number of frames on either side of the current frame to use for
61 smoothing.
62
63 -voice_thresh
64 Threshold of normalized difference under which to search for the
65 fundamental period.
66
68 David Huggins-Daines <dhuggins@cs.cmu.edu>
69
71 Copyright © 2007-2008 Carnegie Mellon University. See the file COPYING
72 included with this package for more information.
73
74
75
76 2007-05-12 SPHINX_PITCH(1)