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.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/espeak_gst.py b/espeak_gst.py
index f3f1c9c..9c72994 100644
--- a/espeak_gst.py
+++ b/espeak_gst.py
@@ -32,8 +32,8 @@ class AudioGrabGst(espeak.BaseAudioGrab):
self.make_pipeline('espeak name=espeak ! wavenc')
src = self.pipeline.get_by_name('espeak')
- pitch = int(status.pitch) - 100
- rate = int(status.rate) - 100
+ pitch = int(status.pitch) - 120
+ rate = int(status.rate) - 120
logger.debug('pitch=%d rate=%d voice=%s text=%s' % (pitch, rate,
status.voice.name, text))