From e027bf6b138f62bc6a679e0eea3d7909db2bda49 Mon Sep 17 00:00:00 2001 From: Ken Thompson Date: Mon, 12 Feb 1973 14:39:37 -0500 Subject: [PATCH] Research V3 development Work on file man/man1/vs.1 Co-Authored-By: Dennis Ritchie Synthesized-from: v3 --- man/man1/vs.1 | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 man/man1/vs.1 diff --git a/man/man1/vs.1 b/man/man1/vs.1 new file mode 100644 index 0000000000..383cd8e05f --- /dev/null +++ b/man/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 - -- 2.20.1