Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/espeak.h
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@member.fsf.org>2009-03-05 03:56:39 (GMT)
committer Aleksey Lim <alsroot@member.fsf.org>2009-03-05 03:56:39 (GMT)
commitfe9b23849552856353cc861e675cd29a6429cfbc (patch)
tree442e9d23d36e9e5ea58be33f4218a9e3e85160c6 /src/espeak.h
parent314963cb771bd61b01c9aa57a4c3601302fdf62b (diff)
Setup CAPS and do not use WAV format
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);