summaryrefslogtreecommitdiff
path: root/audio/libsamplerate/PLIST
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2002-12-14 18:23:16 +0000
committerjmmv <jmmv@pkgsrc.org>2002-12-14 18:23:16 +0000
commitad0b11e39f9ed6868942d0f699674923aa1d948c (patch)
treeed8f7fcd5bfb64476e72b4c53400d594d0a4701b /audio/libsamplerate/PLIST
parent47c43424bc80a4160fd261f78f09ffcc674e668b (diff)
downloadpkgsrc-ad0b11e39f9ed6868942d0f699674923aa1d948c.tar.gz
Initial import of libsamplerate-0.0.13. DESCR follows:
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 12 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.
Diffstat (limited to 'audio/libsamplerate/PLIST')
-rw-r--r--audio/libsamplerate/PLIST10
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/libsamplerate/PLIST b/audio/libsamplerate/PLIST
new file mode 100644
index 00000000000..62822b8bf8d
--- /dev/null
+++ b/audio/libsamplerate/PLIST
@@ -0,0 +1,10 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2002/12/14 18:23:16 jmmv Exp $
+bin/sndfile-resample
+include/samplerate.h
+lib/libsamplerate.a
+lib/libsamplerate.la
+lib/libsamplerate.so
+lib/libsamplerate.so.0
+lib/libsamplerate.so.0.11
+lib/pkgconfig/samplerate.pc
+@unexec ${RMDIR} %D/lib/pkgconfig 2>/dev/null || ${TRUE}