Remove commented out code for a flitesynth that we don't have in git anyway. Add
a comment regarding the flite voices.
#include <gst/gst.h>
#include <flite/flite.h>
-GType gst_flite_synth_get_type (void);
GType gst_flite_test_src_get_type (void);
{
flite_init ();
-// gst_element_register (plugin, "flitesynth", GST_RANK_NONE,
-// gst_flite_synth_get_type ());
gst_element_register (plugin, "flitetestsrc", GST_RANK_NONE,
gst_flite_test_src_get_type ());
}
#endif
+/* there is no header for libflite_cmu_us_kal */
cst_voice *register_cmu_us_kal ();
-
-
static gboolean
gst_flite_test_src_start (GstBaseSrc * basesrc)
{