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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gstespeak.h b/src/gstespeak.h
index 9b4778b..1156b14 100644
--- a/src/gstespeak.h
+++ b/src/gstespeak.h
@@ -43,8 +43,8 @@ struct _GstEspeak
{
GstAudioSrc parent;
struct _Econtext *speak;
- guint pitch;
- guint rate;
+ gint pitch;
+ gint rate;
gchar *voice;
guint gap;
guint track;