festival
GObject ╰── GstObject ╰── GstElement ╰── GstFestival
This element connects to a
server process and uses it to synthesize speech. Festival need to run already in server mode, started as
festival --server
1
echo 'Hello G-Streamer!' | gst-launch fdsrc fd=0 ! festival ! wavparse ! audioconvert ! alsasink
struct GstFestival;