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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/espeak.h b/src/espeak.h
index f7cc833..e5074f7 100644
--- a/src/espeak.h
+++ b/src/espeak.h
@@ -49,8 +49,8 @@
struct Espeak;
struct Espeak* espeak_new();
-gchar** espeak_langs();
-gboolean espeak_say(struct Espeak*, const gchar *text, const gchar *lang,
+gchar** espeak_voices();
+gboolean espeak_say(struct Espeak*, const gchar *text, const gchar *voice,
guint pitch, guint rate);
gpointer espeak_hear(struct Espeak*, goffset offset, guint *size);
void espeak_unref(struct Espeak*);