Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/espeak.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/espeak.h')
-rw-r--r--src/espeak.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/espeak.h b/src/espeak.h
index 612e496..1c42df6 100644
--- a/src/espeak.h
+++ b/src/espeak.h
@@ -49,7 +49,8 @@
struct Espeak;
struct Espeak* espeak_new();
-gboolean espeak_say(struct Espeak*, const gchar *text);
+gboolean espeak_say(struct Espeak*, const gchar *text, guint pitch,
+ guint rate);
gpointer espeak_hear(struct Espeak*, goffset offset, guint *size);
void espeak_unref(struct Espeak*);