summaryrefslogtreecommitdiff
path: root/docs/plugins/inspect/plugin-webrtcdsp.xml
blob: 78fff60309bf15cb42defffa71de7a526a5823e5 (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<plugin>
  <name>webrtcdsp</name>
  <description>Voice pre-processing using WebRTC Audio Processing Library</description>
  <filename>../../ext/webrtcdsp/.libs/libgstwebrtcdsp.so</filename>
  <basename>libgstwebrtcdsp.so</basename>
  <version>1.10.1</version>
  <license>LGPL</license>
  <source>gst-plugins-bad</source>
  <package>WebRTCDsp</package>
  <origin>http://git.collabora.com</origin>
  <elements>
    <element>
      <name>webrtcdsp</name>
      <longname>Voice Processor (AGC, AEC, filters, etc.)</longname>
      <class>Generic/Audio</class>
      <description>Pre-processes voice with WebRTC Audio Processing Library</description>
      <author>Nicolas Dufresne &lt;nicolas.dufresne@collabora.com&gt;</author>
      <pads>
        <caps>
          <name>sink</name>
          <direction>sink</direction>
          <presence>always</presence>
          <details>audio/x-raw, format=(string)S16LE, layout=(string)interleaved, rate=(int){ 48000, 32000, 16000, 8000 }, channels=(int)[ 1, 2147483647 ]</details>
        </caps>
        <caps>
          <name>src</name>
          <direction>source</direction>
          <presence>always</presence>
          <details>audio/x-raw, format=(string)S16LE, layout=(string)interleaved, rate=(int){ 48000, 32000, 16000, 8000 }, channels=(int)[ 1, 2147483647 ]</details>
        </caps>
      </pads>
    </element>
    <element>
      <name>webrtcechoprobe</name>
      <longname>Accoustic Echo Canceller probe</longname>
      <class>Generic/Audio</class>
      <description>Gathers playback buffers for webrtcdsp</description>
      <author>Nicolas Dufresne &lt;nicolas.dufrsesne@collabora.com&gt;</author>
      <pads>
        <caps>
          <name>sink</name>
          <direction>sink</direction>
          <presence>always</presence>
          <details>audio/x-raw, format=(string)S16LE, layout=(string)interleaved, rate=(int){ 48000, 32000, 16000, 8000 }, channels=(int)[ 1, 2147483647 ]</details>
        </caps>
        <caps>
          <name>src</name>
          <direction>source</direction>
          <presence>always</presence>
          <details>audio/x-raw, format=(string)S16LE, layout=(string)interleaved, rate=(int){ 48000, 32000, 16000, 8000 }, channels=(int)[ 1, 2147483647 ]</details>
        </caps>
      </pads>
    </element>
  </elements>
</plugin>