X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=libsamplerate%2Fdoc%2Findex.html;fp=libsamplerate%2Fdoc%2Findex.html;h=3e098c1f2b8ff24fb52967ddac0ace3f4c429303;hb=8529da432e52c7903e8ef3488e60725a099e6e63;hp=0000000000000000000000000000000000000000;hpb=27013d8f68878b8ed2d3f747e26f562d08d7d678;p=audio-libsamplerate.git diff --git a/libsamplerate/doc/index.html b/libsamplerate/doc/index.html new file mode 100644 index 0000000..3e098c1 --- /dev/null +++ b/libsamplerate/doc/index.html @@ -0,0 +1,129 @@ + + + + + + Secret Rabbit Code (aka libsamplerate) + + + + + + + + + + +
+ SRC.png +
+ +
+ + + + + + + + +
+
+ + +
+
+
+ + + +
+

+ + "Choosing a sample rate coverter wasn't easy. We ran numerous tests with + Secret Rabbit Code and other sample rate converters, then compared them all. + In the end, SRC outperformed the others, including some extremely well known + and popular software. We had one issue with SRC, but after emailing Erik, he + got back to us immediately with an answer. Choosing SRC was a no brainer." +
+ Ryan Smith, International Marketing Manager,
+ Emersys Corp., South Korea.
+ Product : Maven3D + +

+
+

+ 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 145dB + with -3dB passband extending from DC to 96% of the theoretical + best bandwidth for a given pair of input and output sample rates. +

+ +

+ Since the library has few dependencies beyond that provided by the + standard C library, it should compile and work on just about any + operating system. + It is known to work on Linux, MacOSX, + Win32 + and Solaris. + With some relatively minor hacking it should also be relatively easy + to port it to embedded systems and digital signal processors. +

+ +

+ In addition, the library comes with a comprehensive test suite which + can validate the performance of the library on new platforms. +

+ + + + + +
+
+ + + +