summaryrefslogtreecommitdiffstats
path: root/libraries/libsamplerate/README
diff options
context:
space:
mode:
author Paul Wisehart <wise@lupulin.net>2010-05-11 14:56:21 +0200
committer Michiel van Wessem <michiel@slackbuilds.org>2010-05-11 14:56:21 +0200
commite6aeec39f4d1ec6198d233beec4e6a382e1dbe48 (patch)
tree311150659505cd3253577ae59739709d65818513 /libraries/libsamplerate/README
parentc56c619470547a89beffada9466063d650077c1d (diff)
downloadslackbuilds-e6aeec39f4d1ec6198d233beec4e6a382e1dbe48.tar.gz
slackbuilds-e6aeec39f4d1ec6198d233beec4e6a382e1dbe48.tar.xz
libraries/libsamplerate: Initial import
Diffstat (limited to 'libraries/libsamplerate/README')
-rw-r--r--libraries/libsamplerate/README21
1 files changed, 21 insertions, 0 deletions
diff --git a/libraries/libsamplerate/README b/libraries/libsamplerate/README
new file mode 100644
index 0000000000..8ca70dad82
--- /dev/null
+++ b/libraries/libsamplerate/README
@@ -0,0 +1,21 @@
+Author : Erik de Castro Lopo
+
+Secret Rabbit Code (aka libsamplerate) is a Sample Rate Converter
+for audio. One example of where such a thing would be useful is
+converting audio from the CD sample rate of 44.1kHz to the 48kHz
+sample rate used by DAT players.
+
+SRC is capable of arbitrary and time varying conversions ;
+from downsampling by a factor of 256 to upsampling by the same
+factor. Arbitrary in this case means that the ratio of input and
+output sample rates can be an irrational number. The conversion
+ratio can also vary with time for speeding up and slowing down
+effects.
+
+SRC provides a small set of converters to allow quality to be traded
+off against computation cost. The current best converter provides
+a signal-to-noise ratio of 97dB with -3dB passband extending from
+DC to 96% of the theoretical best bandwidth for a given pair of
+input and output sample rates.
+
+