diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-26 16:38:00 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-26 16:38:00 -0400 |
| commit | 97d5c458cfa039d857301e1ca7d5af3beb37131d (patch) | |
| tree | b460cd850d0537eb71806ba30358840377b27688 /static/unix-v10/man1/vs.1 | |
| parent | b89dc2331a50c63f8b33272a5c4c61ab98abdaa3 (diff) | |
build: Better Build System
Diffstat (limited to 'static/unix-v10/man1/vs.1')
| -rw-r--r-- | static/unix-v10/man1/vs.1 | 44 |
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 - |
