Research V3 development
[unix-history] / man / man1 / vs.1
CommitLineData
e027bf6b
KT
1.he 'VS (I)'2/13/73'VS(I)'
2.ti0
3NAME vs -- phoneme list to voice synthesizer
4.sp
5.ti0
6SYNOPSIS vs\b\b__
7.sp
8.ti0
9DESCRIPTION vs\b\b__
10accepts phoneme descriptor lists and translates them into
11byte strings suitable for the Federal Screw Works Voice
12Synthesizer.
13Phoneme descritors should be separated by commas and
14have the general form "%NIxx"
15where "xx" is a one or two character phoneme name,
16"I" is an optional inflection parameter,
17and "%N" is an optional count of the number of times
18the phoneme is to be repeated (maximum 9).
19"I" can have the values 0, 1, 2, 3 representing decreasing
20strength (default is 2).
21A description of the phonemes and their names can be
22found in the file vsp\b\b\b___(VII).
23For example,
24.in +5
25.sp
26a0,o1,t,r,1ai,1ay,d,j,ih,u1,%2s
27.sp
28.in-5
29will generate the word "outrageous".
30The output is buffered;
31a newline will cause the buffered output to be
32sent to the Voice Synthesizer.
33.sp
34.ti0
35FILES -
36.sp
37.ti0
38SEE ALSO vsp(VII), speak(I)
39.sp
40.ti0
41DIAGONOSTICS -
42.sp
43.ti0
44BUGS -