From a9428f9a8297c3336a09490dcb3f6fe7cf333d17 Mon Sep 17 00:00:00 2001 From: Marc Joliet Date: Fri, 6 Nov 2015 23:41:38 +0100 Subject: 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 --- media-sound/audacity/metadata.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'media-sound') 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 @@ Enables ID3 tagging with id3tag library - Uses media-libs/soxr as audio resampling library: Better - quality than the included resampler and much faster than libsamplerate - while keeping almost the same quality. + Uses media-libs/soxr as audio resampling library: Higher + quality and much faster than both the included resampler and + libsamplerate. Add support for Ladspa V2 Enables MIDI support -- cgit v1.2.3-65-gdbad From 0250db360bb450514d3db3524401268664b317f7 Mon Sep 17 00:00:00 2001 From: Marc Joliet Date: Fri, 6 Nov 2015 23:50:46 +0100 Subject: 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 --- media-sound/audacity/metadata.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'media-sound') 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. + + Uses media-libs/libsamplerate as audio resampling library: + Higher quality than the included resampler but lower quality and much + slower than libsoxr. + Add support for Ladspa V2 Enables MIDI support Enable the internal portmixer feature -- cgit v1.2.3-65-gdbad