Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/gstespeak.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gstespeak.h')
-rw-r--r--src/gstespeak.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gstespeak.h b/src/gstespeak.h
index f7f2884..8e282a9 100644
--- a/src/gstespeak.h
+++ b/src/gstespeak.h
@@ -73,7 +73,8 @@ struct _GstEspeak
struct Espeak *speak;
gchar *text;
gchar *uri;
- gboolean silent;
+ guint pitch;
+ guint rate;
};
struct _GstEspeakClass