Edinburgh Speech Tools  2.1-release
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
doc/estmanuals.md
1 Manuals {#estmanuals}
2 =========================
3 
4 # General Information {#estmanualsgeneral}
5 
6 Edinburgh Speech Tools provides a set of executables, which
7 offer access to speech tools functionality in the form of a stand
8 alone program. As far as possible, the programs follow a common
9 format in terms of assumptions, defaults and processing paradigms.
10 
11 The following are generally true of most speech tools programs.
12 
13  - Arguments to functions can be specified in any order on the command line. Most programs can take multiple input files, which by default have no preceding argument.
14  - Output by default is to standard out. The -o flag can be used to specify an output file.
15  - Often programs can read many formats of input file.
16  Wherever possible, this is done automatically. If this can't be done, the
17  -itype flag can be used to specify the input file format.
18  - The output file format is specified by -otype.
19 
20 Specific documentation for each executable is given on separate pages:
21 
22  - @subpage ch_wave_manual
23  - @subpage ch_track_manual
24 
25  - @subpage tilt_analysis_manual
26  - @subpage tilt_synthesis_manual
27 
28  - @subpage sigfv_manual
29  - @subpage spectgen_manual
30  - @subpage sigfilter_manual
31  - @subpage designfilter_manual
32  - @subpage pda_manual
33  - @subpage pitchmark_manual
34 
35  - @subpage dp_manual
36  - @subpage ngram_build_manual
37  - @subpage ngram_test_manual
38  - @subpage viterbi_manual
39 
40  - @subpage na_play_manual
41  - @subpage na_record_manual
42 
43  - @subpage wagon_manual
44  - @subpage ols_manual
45  - @subpage ols_test_manual
46 
47  - @subpage wfst_build_manual
48  - @subpage wfst_train_manual
49  - @subpage wfst_test_manual
50 
51  - @subpage scfg_make_manual
52  - @subpage scfg_train_manual
53  - @subpage scfg_parse_manual
54  - @subpage scfg_test_manual
55 
56  - @subpage siod_manual
57  - @subpage fringe_client_manual
58  - @subpage bcat_manual
59  - @subpage xml_parser_manual
60