Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pysamples/speak.py
diff options
context:
space:
mode:
Diffstat (limited to 'pysamples/speak.py')
-rw-r--r--pysamples/speak.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/pysamples/speak.py b/pysamples/speak.py
index f7a1cf7..03f47bc 100644
--- a/pysamples/speak.py
+++ b/pysamples/speak.py
@@ -22,6 +22,11 @@
# This procedure is invoked when the user-definable block on the "extras"
# palette is selected.
+# Usage: Import this code into a Python (user-definable) block and
+# pass a string to be read by the voice synthesizer. If a second
+# argument is passed, by expanding the Python block, it is used to specify
+# the pitch level of the speaker. Valid range is 0 to 99.
+
def myblock(tw, arg):