summaryrefslogtreecommitdiff
path: root/static/unix-v10/man1/vs.1
diff options
context:
space:
mode:
Diffstat (limited to 'static/unix-v10/man1/vs.1')
-rw-r--r--static/unix-v10/man1/vs.144
1 files changed, 44 insertions, 0 deletions
diff --git a/static/unix-v10/man1/vs.1 b/static/unix-v10/man1/vs.1
new file mode 100644
index 00000000..383cd8e0
--- /dev/null
+++ b/static/unix-v10/man1/vs.1
@@ -0,0 +1,44 @@
+.he 'VS (I)'2/13/73'VS(I)'
+.ti0
+NAME vs -- phoneme list to voice synthesizer
+.sp
+.ti0
+SYNOPSIS vs__
+.sp
+.ti0
+DESCRIPTION vs__
+accepts phoneme descriptor lists and translates them into
+byte strings suitable for the Federal Screw Works Voice
+Synthesizer.
+Phoneme descritors should be separated by commas and
+have the general form "%NIxx"
+where "xx" is a one or two character phoneme name,
+"I" is an optional inflection parameter,
+and "%N" is an optional count of the number of times
+the phoneme is to be repeated (maximum 9).
+"I" can have the values 0, 1, 2, 3 representing decreasing
+strength (default is 2).
+A description of the phonemes and their names can be
+found in the file vsp___(VII).
+For example,
+.in +5
+.sp
+a0,o1,t,r,1ai,1ay,d,j,ih,u1,%2s
+.sp
+.in-5
+will generate the word "outrageous".
+The output is buffered;
+a newline will cause the buffered output to be
+sent to the Voice Synthesizer.
+.sp
+.ti0
+FILES -
+.sp
+.ti0
+SEE ALSO vsp(VII), speak(I)
+.sp
+.ti0
+DIAGONOSTICS -
+.sp
+.ti0
+BUGS -