2 =========================
4 # General Information {#estmanualsgeneral}
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.
11 The following are generally
true of most speech tools programs.
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.
20 Specific documentation for each executable is given on separate pages:
22 - @subpage ch_wave_manual
23 - @subpage ch_track_manual
25 - @subpage tilt_analysis_manual
26 - @subpage tilt_synthesis_manual
28 - @subpage sigfv_manual
29 - @subpage spectgen_manual
30 - @subpage sigfilter_manual
31 - @subpage designfilter_manual
33 - @subpage pitchmark_manual
36 - @subpage ngram_build_manual
37 - @subpage ngram_test_manual
38 - @subpage viterbi_manual
40 - @subpage na_play_manual
41 - @subpage na_record_manual
43 - @subpage wagon_manual
45 - @subpage ols_test_manual
47 - @subpage wfst_build_manual
48 - @subpage wfst_train_manual
49 - @subpage wfst_test_manual
51 - @subpage scfg_make_manual
52 - @subpage scfg_train_manual
53 - @subpage scfg_parse_manual
54 - @subpage scfg_test_manual
56 - @subpage siod_manual
57 - @subpage fringe_client_manual
58 - @subpage bcat_manual
59 - @subpage xml_parser_manual