summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Joliet <marcec@gmx.de>2015-11-06 23:41:38 +0100
committerMarc Joliet <marcec@gmx.de>2015-11-06 23:58:36 +0100
commita9428f9a8297c3336a09490dcb3f6fe7cf333d17 (patch)
tree7ae8999ead0a7eab1aa3b278d833255642b1ed9d /media-sound/audacity/metadata.xml
parentdev-lang/python: Restore keywords on latest python 2.7, 3.4 ebuilds (diff)
downloadgentoo-a9428f9a8297c3336a09490dcb3f6fe7cf333d17.tar.gz
gentoo-a9428f9a8297c3336a09490dcb3f6fe7cf333d17.tar.bz2
gentoo-a9428f9a8297c3336a09490dcb3f6fe7cf333d17.zip
media-sound/audacity: fix libsoxr USE flag desc
The description of the libsoxr USE flag is inaccurate: libsoxr is both faster *and* yields higher quality results than libsamplerate. This matches the way the Audacity project described libsoxr in the 2.0.3 release notes at http://wiki.audacityteam.org/wiki/Release_Notes_2.0.3#Resampling, but can also be verified by comparing the two, e.g., at http://src.infinitewave.ca/. Signed-off-by: Marc Joliet <marcec@gmx.de>
Diffstat (limited to 'media-sound/audacity/metadata.xml')
-rw-r--r--media-sound/audacity/metadata.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/media-sound/audacity/metadata.xml b/media-sound/audacity/metadata.xml
index efb5914d2975..807ba677d09e 100644
--- a/media-sound/audacity/metadata.xml
+++ b/media-sound/audacity/metadata.xml
@@ -10,9 +10,9 @@
<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="lv2">Add support for Ladspa V2</flag>
<flag name="midi">Enables MIDI support</flag>