Initial commit
[audio-libsamplerate.git] / README
CommitLineData
27013d8f
MG
1Audio-LibSampleRate version 0.001
2=================================
3
4Secret Rabbit Code (aka libsamplerate) is a Sample Rate Converter for
5audio. One example of where such a thing would be useful is converting
6audio from the CD sample rate of 44.1kHz to the 48kHz sample rate used
7by DAT players.
8
9SRC is capable of arbitrary and time varying conversions ; from
10downsampling by a factor of 256 to upsampling by the same factor.
11Arbitrary in this case means that the ratio of input and output sample
12rates can be an irrational number. The conversion ratio can also vary
13with time for speeding up and slowing down effects.
14
15SRC provides a small set of converters to allow quality to be traded
16off against computation cost. The current best converter provides a
17signal-to-noise ratio of 145dB with -3dB passband extending from DC to
1896% of the theoretical best bandwidth for a given pair of input and
19output sample rates.
20
21This distribution is a Perl interface to libsamplerate.
22
23INSTALLATION
24
25To install this module type the following:
26
27 perl Makefile.PL
28 make
29 make test
30 make install
31
32DEPENDENCIES
33
34This module requires these other modules and libraries:
35
36* libsamplerate
37
38COPYRIGHT AND LICENCE
39
40Copyright (C) 2015 by Marius Gavrilescu
41
42This program is free software; you can redistribute it and/or
43modify it under the terms of the GNU General Public License
44as published by the Free Software Foundation; either version 2
45of the License, or (at your option) any later version.
46
47This program is distributed in the hope that it will be useful,
48but WITHOUT ANY WARRANTY; without even the implied warranty of
49MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
50GNU General Public License for more details.
51
52You should have received a copy of the GNU General Public License
53along with this program; if not, write to the Free Software
54Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
5502110-1301, USA.
56
57
This page took 0.01097 seconds and 4 git commands to generate.