summaryrefslogtreecommitdiffstats
path: root/audio-libs/zita-resampler/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'audio-libs/zita-resampler/DETAILS')
-rwxr-xr-xaudio-libs/zita-resampler/DETAILS24
1 files changed, 24 insertions, 0 deletions
diff --git a/audio-libs/zita-resampler/DETAILS b/audio-libs/zita-resampler/DETAILS
new file mode 100755
index 0000000000..04f424b9e2
--- /dev/null
+++ b/audio-libs/zita-resampler/DETAILS
@@ -0,0 +1,24 @@
+ SPELL=zita-resampler
+ VERSION=1.3.0
+ SOURCE="zita-resampler-${VERSION}.tar.bz2"
+ SOURCE_URL[0]=http://kokkinizita.linuxaudio.org/linuxaudio/downloads/${SOURCE}
+ SOURCE_HASH=sha512:c782d1aca3761b42a66c4f049a19608e6a3334f1de125b483c2fb5c29eb2afd1bcf1d02a66db39619971411f0fbc35c404d3495a868f82b36627d9793cc0c93b
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/zita-resampler-${VERSION}"
+ WEB_SITE="http://kokkinizita.linuxaudio.org/linuxaudio/zita-resampler/resampler.html"
+ LICENSE[0]=GPL
+ ENTERED=20140321
+ SHORT="a C++ library for resampling audio signals"
+cat << EOF
+Libzita-resampler is a C++ library for resampling audio signals. It is
+designed to be used within a real-time processing context, to be fast,
+and to provide high-quality sample rate conversion.
+
+The library operates on signals represented in single-precision floating
+point format. For multichannel operation both the input and output signals
+are assumed to be stored as interleaved samples.
+
+The API allows a trade-off between quality and CPU load. For the latter a
+range of approximately 1:6 is available. Even at the highest quality setting
+libzita-resampler will be faster than most similar libraries providing the
+same quality, e.g. libsamplerate.
+EOF