diff options
author | Guido van Rossum <guido@python.org> | 1994-10-02 11:33:59 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1994-10-02 11:33:59 (GMT) |
commit | 3a80c8defe29ac7d169ad3d791f67bcaf7a9b3f2 (patch) | |
tree | 709905bc2fb0d0d218e9e115dc80758dced030aa /Mac/Modules/macspeech | |
parent | 950d47fd6789c5c7d8aa4a0708659e713db17895 (diff) | |
download | cpython-3a80c8defe29ac7d169ad3d791f67bcaf7a9b3f2.zip cpython-3a80c8defe29ac7d169ad3d791f67bcaf7a9b3f2.tar.gz cpython-3a80c8defe29ac7d169ad3d791f67bcaf7a9b3f2.tar.bz2 |
Add files by Jack
Diffstat (limited to 'Mac/Modules/macspeech')
-rw-r--r-- | Mac/Modules/macspeech/README | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Mac/Modules/macspeech/README b/Mac/Modules/macspeech/README new file mode 100644 index 0000000..690a6c3 --- /dev/null +++ b/Mac/Modules/macspeech/README @@ -0,0 +1,18 @@ +To add this stuff to Macintosh python (and have some use for it): + +1. Obtain a copy of the Speech Manager. It can be found on + ftp.apple.com. +2. Put the Speech.h file from the Speech Manager distribution and + macspeechmodule.c in your python Modules directory. +3. Add the new module to python and build a new python. +4. Install the Speech Manager (under sys7 the extension goes in the + Extensions folder, the data file in the System folder) and reboot. +5. Try it. + +The test program 'hum' does that, you type notes and it hums them +(badly, addmitted, but that isn't my fault really). + +The test program 'grail' is more fun, but you need stdwin support for +it. It reads the script for the Holy Grail film from the file SCRIPT +and both animates it (text only:-) on the screen and reads it out the +speaker. It will use all voices available in the system. |