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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/espeak.h b/src/espeak.h
index 8f7ef61..6258ebd 100644
--- a/src/espeak.h
+++ b/src/espeak.h
@@ -21,6 +21,7 @@
struct Espeak;
struct Espeak* espeak_new();
+gint espeak_sample_rate();
gchar** espeak_voices();
gboolean espeak_say(struct Espeak*, const gchar *text, const gchar *voice,
guint pitch, guint rate);