Research V3 development
authorKen Thompson <ken@research.uucp>
Tue, 13 Feb 1973 20:37:33 +0000 (15:37 -0500)
committerKen Thompson <ken@research.uucp>
Tue, 13 Feb 1973 20:37:33 +0000 (15:37 -0500)
Work on file man/man7/vsp.7

Co-Authored-By: Dennis Ritchie <dmr@research.uucp>
Synthesized-from: v3

man/man7/vsp.7 [new file with mode: 0644]

diff --git a/man/man7/vsp.7 b/man/man7/vsp.7
new file mode 100644 (file)
index 0000000..57315f4
--- /dev/null
@@ -0,0 +1,61 @@
+.pa 1
+.he 'VSP (VII)'2/2/73'VSP (VII)'
+.ti 0
+NAME           vsp -- voice synthesizer code
+.sp
+.ti 0
+SYNOPSIS       cat /usr/pub/vsp
+.sp
+.ti 0
+DESCRIPTION    vsp\b\b\b___
+contains a list of phonemes understood by the voice
+synthesizer on device vt\b\b__.
+Phonemes are usually written in the form
+
+.ce
+comma inflection phoneme
+.sp
+The inflection and the phoneme codes are or-ed together.
+The phoneme codes are as follows (numbers in octal).
+
+.nf
+.in 6
+0  = 300  strong inflection    p  = 32   p\b_enny p\b_ound
+1  = 200                       a0 = 33   co\b_ntact ca\b_r
+2  = 100                       a1 = 52   co\b_nnect
+3  = 000  weak inflection      ai = 37   na\b_me ca\b_me
+                               aj = 71   na\b_mely
+aw = 02   aw\b\b__ful law\b\b__            s  = 40   s\b_even s\b_ix
+ie = 03   zer\b\b__o                     d  = 41   d\b_o d\b_iet
+e0 = 04   e\b_nter me\b_t                f  = 42   f\b_our f\b_ive
+e1 = 76   se\b_ven                      g  = 43   g\b_et g\b_rand
+e2 = 77   seve\b_n                      h  = 44   h\b_ello h\b_ow
+er = 05   weather\b\b__          j  = 45   j\b_udge edg\b_e
+th = 06   th\b\b__ree th\b\b__ick          k  = 46   c\b_ame lock\b_
+dh = 07   th\b\b__is th\b\b__en            l  = 47   hell\b\b__o l\b_ight
+yu = 27   u\b_se you\b_          oo = 50   loo\b\b__k boo\b\b__k
+iu = 10   u\b_nite                      ou = 51   goo\b\b__d shou\b\b__d
+ju = 11   ne\b_w yo\b_u          ng = 53   ring\b\b__ ang\b\b__le
+o0 = 31   o\b_nly no\b_          z  = 55   z\b_ero haz\b_y
+o1 = 12   hello\b_                      sh = 56   sh\b\b__ow sh\b\b__ip
+o2 = 13   no\b_tice             ch = 57   ch\b\b__air ch\b\b__ime
+u0 = 14   bu\b_t mu\b_st         v  = 60   sev\b_en ev\b_en
+u1 = 15   u\b_ncle                      b  = 61   b\b_all b\b_ed
+u2 = 16   stirru\b_p            n  = 62   n\b_in\b_e seven\b_
+u3 = 34   app_le ab_le         m  = 63   m\b_ile m\b_en
+ae = 21   ca\b_t sa\b_t          iy = 66   lie\b\b__
+ea = 20   a\b_ntenna            zh = 70   az\b_ure pleas\b_ure
+w  = 22   w\b_on w\b_ish         ih = 72   statio\b\b__n conditio\b\b__n
+ee = 23   three\b\b__                    ay = 36   may\b_ lay\b_
+r  = 24   r\b_adio r\b_adar\b_
+t  = 25   t\b_wo t\b_ime         -0 = 35   long space
+ey = 26   sixty\b_ eighty\b_             -1 = 17
+i0 = 30   si\b_x mi\b_x          -2 = 01
+i1 = 64   i\b_nept i\b_nside             -3 = 74   short delay
+i2 = 65   crypti\b_c stati\b_c
+.in 16
+.fi
+
+.sp
+.ti 0
+SEE ALSO       speak(I), vt(IV)