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.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/gstespeak.h b/src/gstespeak.h
index 499270b..31986f4 100644
--- a/src/gstespeak.h
+++ b/src/gstespeak.h
@@ -37,12 +37,12 @@ G_BEGIN_DECLS
typedef struct _GstEspeak GstEspeak;
typedef struct _GstEspeakClass GstEspeakClass;
-struct _Espeak;
+struct _Econtext;
struct _GstEspeak
{
GstAudioSrc parent;
- struct _Espeak *speak;
+ struct _Econtext *speak;
guint pitch;
guint rate;
gchar *voice;
@@ -53,6 +53,7 @@ struct _GstEspeak
struct _GstEspeakClass
{
GstAudioSrcClass parent_class;
+ void (*word) (GstEspeak*, goffset, gsize);
};
GType gst_espeak_get_type (void);