Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/espeak_gst.py
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2010-10-01 18:42:45 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2010-10-01 18:42:45 (GMT)
commit683877910d9194253dc6f46fe0021f038e92578b (patch)
treeda028c6adef3dd193c0599a980cb68a39c0b64eb /espeak_gst.py
parenta95fbe84fe7e58b3c01cc3d6fd7fa0d5cc67d6a1 (diff)
Use the same default rate in espeak command mode like in gst mode #2182
Diffstat (limited to 'espeak_gst.py')
-rw-r--r--espeak_gst.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/espeak_gst.py b/espeak_gst.py
index 27f20ec..3b1d326 100644
--- a/espeak_gst.py
+++ b/espeak_gst.py
@@ -22,8 +22,6 @@ import espeak
PITCH_MAX = 200
RATE_MAX = 200
-PITCH_DEFAULT = PITCH_MAX/2
-RATE_DEFAULT = RATE_MAX/2
class AudioGrabGst(espeak.BaseAudioGrab):
def speak(self, status, text):