flite: Add flitetestsrc
authorDavid Schleef <ds@schleef.org>
Sat, 16 Jan 2010 20:43:43 +0000 (12:43 -0800)
committerDavid Schleef <ds@schleef.org>
Sat, 16 Jan 2010 21:03:24 +0000 (13:03 -0800)
commit43147671c183121058592ab0b82b53227fa06c6e
treeb593eb6780d80984ffc16596e316d757c1991cb6
parentb95eda9c9ab5c713a7574fea2bbd647bcaaea195
flite: Add flitetestsrc

Flite is a speech synthesizer library (BSD-ish license).  This element
negotiates a (possibly) multichannel audio stream, and then continually
outputs buffers naming the number and position of the channel.  It's
kinda crappy, but I needed it for testing purposes.
configure.ac
ext/Makefile.am
ext/flite/Makefile.am [new file with mode: 0644]
ext/flite/gstflite.c [new file with mode: 0644]
ext/flite/gstflitetestsrc.c [new file with mode: 0644]