summaryrefslogtreecommitdiff
path: root/docs/plugins/inspect/plugin-soundtouch.xml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/plugins/inspect/plugin-soundtouch.xml')
-rw-r--r--docs/plugins/inspect/plugin-soundtouch.xml55
1 files changed, 0 insertions, 55 deletions
diff --git a/docs/plugins/inspect/plugin-soundtouch.xml b/docs/plugins/inspect/plugin-soundtouch.xml
deleted file mode 100644
index 44ebf6d7f..000000000
--- a/docs/plugins/inspect/plugin-soundtouch.xml
+++ /dev/null
@@ -1,55 +0,0 @@
-<plugin>
- <name>soundtouch</name>
- <description>Audio Pitch Controller &amp; BPM Detection</description>
- <filename>../../ext/soundtouch/.libs/libgstsoundtouch.so</filename>
- <basename>libgstsoundtouch.so</basename>
- <version>1.17.0.1</version>
- <license>LGPL</license>
- <source>gst-plugins-bad</source>
- <package>GStreamer Bad Plug-ins git</package>
- <origin>Unknown package origin</origin>
- <elements>
- <element>
- <name>bpmdetect</name>
- <longname>BPM Detector</longname>
- <class>Filter/Analyzer/Audio</class>
- <description>Detect the BPM of an audio stream</description>
- <author>Sebastian Dröge &lt;slomo@circular-chaos.org&gt;</author>
- <pads>
- <caps>
- <name>sink</name>
- <direction>sink</direction>
- <presence>always</presence>
- <details>audio/x-raw, format=(string)F32LE, rate=(int)[ 8000, 2147483647 ], channels=(int)[ 1, 2 ]</details>
- </caps>
- <caps>
- <name>src</name>
- <direction>source</direction>
- <presence>always</presence>
- <details>audio/x-raw, format=(string)F32LE, rate=(int)[ 8000, 2147483647 ], channels=(int)[ 1, 2 ]</details>
- </caps>
- </pads>
- </element>
- <element>
- <name>pitch</name>
- <longname>Pitch controller</longname>
- <class>Filter/Effect/Audio</class>
- <description>Control the pitch of an audio stream</description>
- <author>Wouter Paesen &lt;wouter@blue-gate.be&gt;</author>
- <pads>
- <caps>
- <name>sink</name>
- <direction>sink</direction>
- <presence>always</presence>
- <details>audio/x-raw, format=(string)F32LE, rate=(int)[ 8000, 2147483647 ], channels=(int)[ 1, 2 ]</details>
- </caps>
- <caps>
- <name>src</name>
- <direction>source</direction>
- <presence>always</presence>
- <details>audio/x-raw, format=(string)F32LE, rate=(int)[ 8000, 2147483647 ], channels=(int)[ 1, 2 ]</details>
- </caps>
- </pads>
- </element>
- </elements>
-</plugin> \ No newline at end of file