GNOME Bugzilla – Bug 461377
[festival] port to GStreamer-0.10
Last modified: 2007-08-23 13:36:56 UTC
I kind of wanted a speech synthesis element for something stupid I'm doing, so I brought festival back from the dead a bit.
Created attachment 92630 [details] [review] patch This at least makes it work. I'm not sure what will happen if it ever tries to push multiple buffers. valgrinding a simple pipeline (like the example in the doc section) shows no errors. If my stupid idea works, I'll probably end up doing a bit more work on this element.
Cool! Committed with minor changes/fixes (fix up configure.ac so that the plugin is only compiled if unistd.h is available; fix up includes for libgstaudio in Makefile.am; also, I had to remove the '\n' at the end of the "(tts_textall.." line to make things work with my setup on gutsy, line 292). 2007-08-22 Tim-Philipp Müller <tim at centricular dot net> Patch by: Jonathan Matthew <jonathan at kaolin wh9 net> * configure.ac: * gst/festival/Makefile.am: * gst/festival/gstfestival.c: Port festival plugin to GStreamer-0.10 (#461377). Needs quite a bit more work wrt handling multiple input buffers and timestamps/gaps etc., as you said.