[gst-cvs] gst-plugins-bad: flite: Add flitetestsrc
David Schleef
ds at kemper.freedesktop.org
Sat Jan 16 13:09:14 PST 2010
Module: gst-plugins-bad
Branch: master
Commit: 43147671c183121058592ab0b82b53227fa06c6e
URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=43147671c183121058592ab0b82b53227fa06c6e
Author: David Schleef <ds at schleef.org>
Date: Sat Jan 16 12:43:43 2010 -0800
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 | 11 ++
ext/Makefile.am | 6 +
ext/flite/Makefile.am | 17 ++
ext/flite/gstflite.c | 48 +++++
ext/flite/gstflitetestsrc.c | 402 +++++++++++++++++++++++++++++++++++++++++++
5 files changed, 484 insertions(+), 0 deletions(-)
Diff: http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/diff/?id=43147671c183121058592ab0b82b53227fa06c6e
More information about the Gstreamer-commits
mailing list