summaryrefslogtreecommitdiff
path: root/audio/libsamplerate/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2005-02-23Add RMD160 digests to the SHA1 ones.agc1-1/+2
2004-09-20Update to 0.1.2:wiz1-3/+3
Version 0.1.2 (2004-09-12) * Fixed where callback based API wasn't being reset properly. * Minor bug fixes. Version 0.1.1 (2004-07-17) * Fixed bug in callback based API. * Fixed a bug brought tp light by agressive optimisations of gcc-3.4. * Minor bug fixes.
2004-06-21update to 0.1.0drochner1-3/+3
changes: Add callback API, functions for short to float and float to short conversion. Minor bug fixes.
2002-12-14Initial import of libsamplerate-0.0.13. DESCR follows:jmmv1-0/+4
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.