diff options
author | Alexis Ballier <aballier@gentoo.org> | 2015-11-08 11:06:34 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2015-11-08 11:06:34 +0100 |
commit | e9a15e7be8bc98c3eb48bc7cc44d5fb7deb01671 (patch) | |
tree | c08ac0d9f0a1f82eed2e51abc2654c71eed335fa /media-sound | |
parent | sys-freebsd/freebsd-sources: Merge Errata fixes (diff) | |
parent | media-sound/audacity: add a libsamplerate USE desc (diff) | |
download | gentoo-e9a15e7be8bc98c3eb48bc7cc44d5fb7deb01671.tar.gz gentoo-e9a15e7be8bc98c3eb48bc7cc44d5fb7deb01671.tar.bz2 gentoo-e9a15e7be8bc98c3eb48bc7cc44d5fb7deb01671.zip |
Merge remote-tracking branch 'github/pr/332'
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/audacity/metadata.xml | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/media-sound/audacity/metadata.xml b/media-sound/audacity/metadata.xml index efb5914d2975..b524f7543704 100644 --- a/media-sound/audacity/metadata.xml +++ b/media-sound/audacity/metadata.xml @@ -10,9 +10,14 @@ <use> <flag name="id3tag">Enables ID3 tagging with id3tag library</flag> <flag name="libsoxr"> - Uses <pkg>media-libs/soxr</pkg> as audio resampling library: Better - quality than the included resampler and much faster than libsamplerate - while keeping almost the same quality. + 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> |