blob: bf9b9deed2374a4df1deb7e6b5e8d20455ee40a6 (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>marecki@gentoo.org</email>
<name>Marek Szuba</name>
</maintainer>
<maintainer type="person">
<email>prometheanfire@gentoo.org</email>
<name>Matthew Thode</name>
</maintainer>
<use>
<flag name="bs2b">Enable use of <pkg>media-libs/libbs2b</pkg> for the crossfeed FX</flag>
<flag name="calf">Enable use of <pkg>media-plugins/calf</pkg> for adding various FX</flag>
<flag name="rnnoise">Enable use of <pkg>media-libs/rnnoise</pkg> for the neural network-based
noise-reduction FX</flag>
<flag name="rubberband">Enable use of <pkg>media-libs/rubberband</pkg> for the pitch-shifting FX</flag>
<flag name="webrtc">Enable use of <pkg>media-plugins/gst-plugins-webrtc</pkg> for various
voice-enhancement FX</flag>
<flag name="zamaudio">Enable use of <pkg>media-plugins/zam-plugins</pkg> for the maximizer FX</flag>
</use>
<longdescription lang="en">
GUI to manage audio effects for Pulseaudio applications, giving full control over the effects order to the user.
</longdescription>
<upstream>
<remote-id type="github">wwmm/pulseeffects</remote-id>
</upstream>
</pkgmetadata>
|