summaryrefslogtreecommitdiff
path: root/docs/plugins/inspect/plugin-flite.xml
blob: 8b7dddb639c6ad2781fccafdaf6b12b57f6f36ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<plugin>
  <name>flite</name>
  <description>Flite speech synthesizer plugin</description>
  <filename>../../ext/flite/.libs/libgstflite.so</filename>
  <basename>libgstflite.so</basename>
  <version>1.9.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>flitetestsrc</name>
      <longname>Flite speech test source</longname>
      <class>Source/Audio</class>
      <description>Creates audio test signals identifying channels</description>
      <author>David Schleef &lt;ds@schleef.org&gt;</author>
      <pads>
        <caps>
          <name>src</name>
          <direction>source</direction>
          <presence>always</presence>
          <details>audio/x-raw, format=(string)S16LE, layout=(string)interleaved, rate=(int)48000, channels=(int)[ 1, 8 ]</details>
        </caps>
      </pads>
    </element>
  </elements>
</plugin>