diff options
author | Marc Joliet <marcec@gmx.de> | 2015-11-06 23:50:46 +0100 |
---|---|---|
committer | Marc Joliet <marcec@gmx.de> | 2015-11-07 00:31:01 +0100 |
commit | 0250db360bb450514d3db3524401268664b317f7 (patch) | |
tree | eb1c077070b58c717d81b692fb39553c206f2141 /media-sound/audacity | |
parent | media-sound/audacity: fix libsoxr USE flag desc (diff) | |
download | gentoo-0250db360bb450514d3db3524401268664b317f7.tar.gz gentoo-0250db360bb450514d3db3524401268664b317f7.tar.bz2 gentoo-0250db360bb450514d3db3524401268664b317f7.zip |
media-sound/audacity: add a libsamplerate USE desc
Add a local description of the libsamplerate USE flag that is more specific
with regards to its impact on Audacity.
Signed-off-by: Marc Joliet <marcec@gmx.de>
Diffstat (limited to 'media-sound/audacity')
-rw-r--r-- | media-sound/audacity/metadata.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/media-sound/audacity/metadata.xml b/media-sound/audacity/metadata.xml index 807ba677d09e..b524f7543704 100644 --- a/media-sound/audacity/metadata.xml +++ b/media-sound/audacity/metadata.xml @@ -14,6 +14,11 @@ 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> |