festival — Synthesizes plain text into audio
struct GstFestival;
GObject +----GstObject +----GstElement +----GstFestival
This element connects to a festival server process and uses it to synthesize speech. Festival need to run already in server mode, started as
festival --server
1 2 3 4