commit:     a9428f9a8297c3336a09490dcb3f6fe7cf333d17
Author:     Marc Joliet <marcec <AT> gmx <DOT> de>
AuthorDate: Fri Nov  6 22:41:38 2015 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Nov  6 22:58:36 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9428f9a

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 <AT> gmx.de>

 media-sound/audacity/metadata.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-sound/audacity/metadata.xml 
b/media-sound/audacity/metadata.xml
index efb5914..807ba67 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>

Reply via email to