From 9c17a6006f1d1dbe921fddbe4b7315b5a3714bcc Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Wed, 28 May 2008 14:07:21 +0000 Subject: Rename audiovoice to audiokaraoke and add it to the docs. 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: * gst/audiofx/Makefile.am: * gst/audiofx/audiofx.c: * gst/audiofx/audiokaraoke.c: * gst/audiofx/audiokaraoke.h: * gst/audiofx/audiovoice.c: * gst/audiofx/audiovoice.h: Rename audiovoice to audiokaraoke and add it to the docs. --- docs/plugins/gst-plugins-good-plugins.args | 40 ++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) (limited to 'docs/plugins/gst-plugins-good-plugins.args') diff --git a/docs/plugins/gst-plugins-good-plugins.args b/docs/plugins/gst-plugins-good-plugins.args index d6255b01..cdf8444d 100644 --- a/docs/plugins/gst-plugins-good-plugins.args +++ b/docs/plugins/gst-plugins-good-plugins.args @@ -19208,3 +19208,43 @@ TRUE + +GstAudioKaraoke::filter-band +gfloat +[0,441] +rw +Filter Band +The Frequency band of the filter. +220 + + + +GstAudioKaraoke::filter-width +gfloat +[0,100] +rw +Filter Width +The Frequency width of the filter. +100 + + + +GstAudioKaraoke::level +gfloat +[0,1] +rw +Level +Level of the effect (1.0 = full). +1 + + + +GstAudioKaraoke::mono-level +gfloat +[0,1] +rw +Mono Level +Level of the mono channel (1.0 = full). +1 + + -- cgit