annotate src/libsamplerate-0.1.8/doc/index.html @ 88:fe7c3a0b0259

Add some MinGW builds
author Chris Cannam <cannam@all-day-breakfast.com>
date Wed, 20 Mar 2013 13:49:36 +0000
parents 545efbb81310
children
rev   line source
cannam@85 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
cannam@85 2 <HTML>
cannam@85 3
cannam@85 4 <HEAD>
cannam@85 5 <TITLE>
cannam@85 6 Secret Rabbit Code (aka libsamplerate)
cannam@85 7 </TITLE>
cannam@85 8 <META NAME="Author" CONTENT="Erik de Castro Lopo (erikd AT mega-nerd DOT com)">
cannam@85 9 <META NAME="Version" CONTENT="libsamplerate-0.1.8">
cannam@85 10 <META NAME="Description" CONTENT="The Secret Rabbit Code Home Page">
cannam@85 11 <META NAME="Keywords" CONTENT="libsamplerate sound resample audio dsp Linux">
cannam@85 12 <LINK REL=StyleSheet HREF="SRC.css" TYPE="text/css" MEDIA="all">
cannam@85 13 </HEAD>
cannam@85 14
cannam@85 15 <BODY TEXT="#FFFFFF" BGCOLOR="#000000" LINK="#FB1465" VLINK="#FB1465" ALINK="#FB1465">
cannam@85 16 <!-- pepper -->
cannam@85 17 <CENTER>
cannam@85 18 <IMG SRC="SRC.png" HEIGHT=100 WIDTH=760 ALT="SRC.png">
cannam@85 19 </CENTER>
cannam@85 20 <!-- pepper -->
cannam@85 21 <BR>
cannam@85 22 <!-- pepper -->
cannam@85 23 <TABLE ALIGN="center" WIDTH="98%">
cannam@85 24 <TR>
cannam@85 25 <TD VALIGN="top">
cannam@85 26 <BR>
cannam@85 27 <DIV CLASS="nav">
cannam@85 28 <BR>
cannam@85 29 <A HREF="index.html">Home</A><BR>
cannam@85 30 <A HREF="license.html">License</A><BR>
cannam@85 31 <A HREF="history.html">History</A><BR>
cannam@85 32 <A HREF="download.html">Download</A><BR>
cannam@85 33 <A HREF="quality.html">Quality</A><BR>
cannam@85 34 <A HREF="api.html">API</A><BR>
cannam@85 35 <A HREF="bugs.html">Bug Reporting</A><BR>
cannam@85 36 <A HREF="win32.html">On Win32</A><BR>
cannam@85 37 <A HREF="faq.html">FAQ</A><BR>
cannam@85 38 <A HREF="lists.html">Mailing Lists</A><BR>
cannam@85 39 <A HREF="ChangeLog">ChangeLog</A><BR>
cannam@85 40 <A HREF="fb2k.html">Foobar 2k</A><BR>
cannam@85 41 <BR>
cannam@85 42 <DIV CLASS="block">
cannam@85 43 Author :<BR>Erik de Castro Lopo
cannam@85 44 <!-- pepper -->
cannam@85 45 <BR><BR>
cannam@85 46 <!-- pepper -->
cannam@85 47
cannam@85 48 </DIV>
cannam@85 49 <IMG SRC=
cannam@85 50 "/cgi-bin/Count.cgi?ft=6|frgb=55;55;55|tr=0|md=6|dd=B|st=1|sh=1|df=src.dat"
cannam@85 51 HEIGHT=30 WIDTH=100 ALT="counter.gif">
cannam@85 52 </DIV>
cannam@85 53
cannam@85 54 </TD>
cannam@85 55 <!-- pepper -->
cannam@85 56 <!-- ######################################################################## -->
cannam@85 57 <!-- pepper -->
cannam@85 58 <TD VALIGN="top">
cannam@85 59 <DIV CLASS="block">
cannam@85 60 <BR>
cannam@85 61
cannam@85 62 <TABLE ALIGN="center" WIDTH="80%">
cannam@85 63 <TR><TD>
cannam@85 64 <P>
cannam@85 65 <I>
cannam@85 66 "Choosing a sample rate coverter wasn't easy. We ran numerous tests with
cannam@85 67 Secret Rabbit Code and other sample rate converters, then compared them all.
cannam@85 68 In the end, SRC outperformed the others, including some extremely well known
cannam@85 69 and popular software. We had one issue with SRC, but after emailing Erik, he
cannam@85 70 got back to us immediately with an answer. Choosing SRC was a no brainer."
cannam@85 71 </I><BR>
cannam@85 72 Ryan Smith, International Marketing Manager, <BR>
cannam@85 73 <A HREF="http://emersys.co.kr/">Emersys Corp.</A>, South Korea.<BR>
cannam@85 74 Product : <A HREF="http://maven3d.com">Maven3D</A>
cannam@85 75
cannam@85 76 </P>
cannam@85 77 </TD></TR>
cannam@85 78 </TABLE>
cannam@85 79 <P>
cannam@85 80 <B>S</B>ecret <B>R</B>abbit <B>C</B>ode (aka libsamplerate) is a
cannam@85 81 <B>S</B>ample <B>R</B>ate <B>C</B>onverter for audio.
cannam@85 82 One example of where such a thing would be useful is converting audio
cannam@85 83 from the CD sample rate of 44.1kHz to the 48kHz sample rate used by
cannam@85 84 DAT players.
cannam@85 85 </P>
cannam@85 86 <!-- pepper -->
cannam@85 87 <P>
cannam@85 88 <B>SRC</B> is capable of arbitrary and time varying conversions ; from
cannam@85 89 downsampling by a factor of 256 to upsampling by the same factor.
cannam@85 90 Arbitrary in this case means that the ratio of input and output
cannam@85 91 sample rates can be an irrational number.
cannam@85 92 The conversion ratio can also vary with time for speeding up and slowing
cannam@85 93 down effects.
cannam@85 94 </P>
cannam@85 95 <!-- pepper -->
cannam@85 96 <P>
cannam@85 97 <B>SRC</B> provides a small set of converters to allow quality to
cannam@85 98 be traded off against computation cost.
cannam@85 99 The current best converter provides a signal-to-noise ratio of 145dB
cannam@85 100 with -3dB passband extending from DC to 96&#37; of the theoretical
cannam@85 101 best bandwidth for a given pair of input and output sample rates.
cannam@85 102 </P>
cannam@85 103 <!-- pepper -->
cannam@85 104 <P>
cannam@85 105 Since the library has few dependencies beyond that provided by the
cannam@85 106 standard C library, it should compile and work on just about any
cannam@85 107 operating system.
cannam@85 108 It is known to work on Linux, MacOSX,
cannam@85 109 <A HREF="win32.html">Win32</A>
cannam@85 110 and Solaris.
cannam@85 111 With some relatively minor hacking it should also be relatively easy
cannam@85 112 to port it to embedded systems and digital signal processors.
cannam@85 113 </P>
cannam@85 114 <!-- pepper -->
cannam@85 115 <P>
cannam@85 116 In addition, the library comes with a comprehensive test suite which
cannam@85 117 can validate the performance of the library on new platforms.
cannam@85 118 </P>
cannam@85 119
cannam@85 120 <!-- pepper -->
cannam@85 121 <!-- <A HREF="mailto:aldel0305@mega-nerd.com">For the spam bots</A> -->
cannam@85 122 <!-- pepper -->
cannam@85 123
cannam@85 124 </DIV>
cannam@85 125 </TD></TR>
cannam@85 126 </TABLE>
cannam@85 127
cannam@85 128 </BODY>
cannam@85 129 </HTML>
cannam@85 130