2008-02-08 03:28:57 +00:00
<plugin >
<name > spectrum</name>
<description > Run an FFT on the audio signal, output spectrum data</description>
<filename > ../../gst/spectrum/.libs/libgstspectrum.so</filename>
<basename > libgstspectrum.so</basename>
2014-07-11 09:38:57 +00:00
<version > 1.3.91</version>
2008-02-08 03:28:57 +00:00
<license > LGPL</license>
<source > gst-plugins-good</source>
2013-06-05 15:58:51 +00:00
<package > GStreamer Good Plug-ins source release</package>
2009-02-19 20:09:07 +00:00
<origin > Unknown package origin</origin>
2008-02-08 03:28:57 +00:00
<elements >
<element >
<name > spectrum</name>
<longname > Spectrum analyzer</longname>
<class > Filter/Analyzer/Audio</class>
<description > Run an FFT on the audio signal, output spectrum data</description>
Add an echo/reverb filter to the audiofx plugin, with configurable echo delay, intensity and feedback. Fixes bug #567...
Original commit message from CVS:
* docs/plugins/Makefile.am:
* docs/plugins/gst-plugins-good-plugins-docs.sgml:
* docs/plugins/gst-plugins-good-plugins-sections.txt:
* docs/plugins/gst-plugins-good-plugins.args:
* docs/plugins/gst-plugins-good-plugins.hierarchy:
* docs/plugins/inspect/plugin-audiofx.xml:
* docs/plugins/inspect/plugin-spectrum.xml:
* gst/audiofx/Makefile.am:
* gst/audiofx/audiofx.c: (plugin_init):
* gst/audiofx/audioreverb.c: (gst_audio_reverb_base_init),
(gst_audio_reverb_class_init), (gst_audio_reverb_init),
(gst_audio_reverb_finalize), (gst_audio_reverb_set_property),
(gst_audio_reverb_get_property), (gst_audio_reverb_setup),
(gst_audio_reverb_stop), (gst_audio_reverb_transform_ip):
* gst/audiofx/audioreverb.h:
* tests/check/Makefile.am:
* tests/check/elements/audioreverb.c: (setup_reverb),
(cleanup_reverb), (GST_START_TEST), (audioreverb_suite):
Add an echo/reverb filter to the audiofx plugin, with configurable
echo delay, intensity and feedback. Fixes bug #567874.
2009-01-19 11:19:08 +00:00
<author > Erik Walthinsen < omega@cse.ogi.edu> , Stefan Kost < ensonic@users.sf.net> , Sebastian Dröge < sebastian.droege@collabora.co.uk> </author>
2008-02-08 03:28:57 +00:00
<pads >
<caps >
2008-10-24 22:41:18 +00:00
<name > sink</name>
<direction > sink</direction>
2008-02-08 03:28:57 +00:00
<presence > always</presence>
2012-02-17 10:04:47 +00:00
<details > audio/x-raw, format=(string){ S16LE, S24LE, S32LE, F32LE, F64LE }, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], layout=(string)interleaved</details>
2008-02-08 03:28:57 +00:00
</caps>
<caps >
2008-10-24 22:41:18 +00:00
<name > src</name>
<direction > source</direction>
2008-02-08 03:28:57 +00:00
<presence > always</presence>
2012-02-17 10:04:47 +00:00
<details > audio/x-raw, format=(string){ S16LE, S24LE, S32LE, F32LE, F64LE }, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], layout=(string)interleaved</details>
2008-02-08 03:28:57 +00:00
</caps>
</pads>
</element>
</elements>
2011-11-30 19:25:37 +00:00
</plugin>