summaryrefslogtreecommitdiff
blob: 58848003a952214c7700d1912fdcfccfbbd2f70c (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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer type="person">
    <email>richard@audacityteam.org</email>
    <name>Richard Ash</name>
    <description>Upstream - please CC on bugs that concerns upstream</description>
  </maintainer>
  <maintainer type="project">
    <email>proaudio@gentoo.org</email>
    <name>Gentoo ProAudio Project</name>
  </maintainer>
  <use>
    <flag name="id3tag">Enables ID3 tagging with id3tag library</flag>
    <flag name="libsoxr">
      Uses <pkg>media-libs/soxr</pkg> as audio resampling library: Higher
      quality and much faster than both the included resampler and
      libsamplerate.
    </flag>
    <flag name="libsamplerate">
      Uses <pkg>media-libs/libsamplerate</pkg> as audio resampling library:
      Higher quality than the included resampler but lower quality and much
      slower than libsoxr.
    </flag>
    <flag name="lv2">Add support for Ladspa V2</flag>
    <flag name="midi">Enables MIDI support</flag>
    <flag name="portmixer">Enable the internal portmixer feature</flag>
    <flag name="sbsms">Enables sbsms library support for slower, more accurate
      pitch and tempo changing</flag>
    <flag name="soundtouch">Enables soundtouch library support for pitch and
      tempo changing</flag>
    <flag name="twolame">Enables twolame support (MPEG Audio Layer 2 encoder)</flag>
    <flag name="vamp">Enables vamp plugins support (Audio analysing plugins)</flag>
    <flag name="vst">Enable VST plugin support</flag>
  </use>
</pkgmetadata>