diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2002-08-09 09:02:01 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2002-08-09 09:02:01 (GMT) |
commit | 9536bcbfd866fa230d48211f202634a2606c5c1e (patch) | |
tree | 511173188b4d5097660b844675e5c0e9c0ca9fa2 | |
parent | 671764beb0278e2a74681020e6f23880075f6839 (diff) | |
download | cpython-9536bcbfd866fa230d48211f202634a2606c5c1e.zip cpython-9536bcbfd866fa230d48211f202634a2606c5c1e.tar.gz cpython-9536bcbfd866fa230d48211f202634a2606c5c1e.tar.bz2 |
This file should have gone long ago.
-rw-r--r-- | Mac/Modules/macspeech/README | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/Mac/Modules/macspeech/README b/Mac/Modules/macspeech/README deleted file mode 100644 index 690a6c3..0000000 --- a/Mac/Modules/macspeech/README +++ /dev/null @@ -1,18 +0,0 @@ -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. |