Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/espeak_gst.py
diff options
context:
space:
mode:
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):