1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-09-15 01:03:53 +00:00
qb64/internal/c/parts/audio/conversion/download/libsamplerate-0.1.8
2015-02-20 05:15:27 -08:00
..
Cfg (Automated push) Update internal/source/* from qb64.bas 2015-02-20 05:15:27 -08:00
doc (Automated push) Update internal/source/* from qb64.bas 2015-02-20 05:15:27 -08:00
examples (Automated push) Update internal/source/* from qb64.bas 2015-02-20 05:15:27 -08:00
M4 (Automated push) Update internal/source/* from qb64.bas 2015-02-20 05:15:27 -08:00
src (Automated push) Update internal/source/* from qb64.bas 2015-02-20 05:15:27 -08:00
tests (Automated push) Update internal/source/* from qb64.bas 2015-02-20 05:15:27 -08:00
Win32 (Automated push) Update internal/source/* from qb64.bas 2015-02-20 05:15:27 -08:00
aclocal.m4 (Automated push) Update internal/source/* from qb64.bas 2015-02-20 05:15:27 -08:00
AUTHORS (Automated push) Update internal/source/* from qb64.bas 2015-02-20 05:15:27 -08:00
autogen.sh (Automated push) Update internal/source/* from qb64.bas 2015-02-20 05:15:27 -08:00
ChangeLog (Automated push) Update internal/source/* from qb64.bas 2015-02-20 05:15:27 -08:00
configure (Automated push) Update internal/source/* from qb64.bas 2015-02-20 05:15:27 -08:00
configure.ac (Automated push) Update internal/source/* from qb64.bas 2015-02-20 05:15:27 -08:00
COPYING (Automated push) Update internal/source/* from qb64.bas 2015-02-20 05:15:27 -08:00
INSTALL (Automated push) Update internal/source/* from qb64.bas 2015-02-20 05:15:27 -08:00
libsamplerate.spec.in (Automated push) Update internal/source/* from qb64.bas 2015-02-20 05:15:27 -08:00
Make.bat (Automated push) Update internal/source/* from qb64.bas 2015-02-20 05:15:27 -08:00
Makefile.am (Automated push) Update internal/source/* from qb64.bas 2015-02-20 05:15:27 -08:00
Makefile.in (Automated push) Update internal/source/* from qb64.bas 2015-02-20 05:15:27 -08:00
NEWS (Automated push) Update internal/source/* from qb64.bas 2015-02-20 05:15:27 -08:00
README (Automated push) Update internal/source/* from qb64.bas 2015-02-20 05:15:27 -08:00
samplerate.pc.in (Automated push) Update internal/source/* from qb64.bas 2015-02-20 05:15:27 -08:00

This is libsamplerate, 0.1.8

libsamplerate (also known as Secret Rabbit Code) is a library for
perfroming sample rate conversion of audio data.

The src/ directory contains the source code for library itself.

The doc/ directory contains the libsamplerate documentation.

The examples/ directory contains examples of how to write code using
libsamplerate.

The tests/ directory contains programs which link against 
libsamplerate and test its functionality.

The Win32/ directory contains files and documentation to allow
libsamplerate to compile under Win32 with the Microsoft Visual C++ 
compiler.

Win32
-----
There are detailed instructions for building libsamplerate on Win32 
in the file

	doc/win32.html
	

MacOSX
------
Building on MacOSX should be the same as building it on any other 
Unix.


OTHER PLATFORMS
---------------
To compile libsamplerate on platforms which have a Bourne Shell compatible
shell, an ANSI C compiler and a make utility should require no more that
the following three commands :
		./configure
		make
		make install
		
CONTACTS
--------

libsamplerate was written by Erik de Castro Lopo (erikd AT mega-nerd DOT com).  
The libsamplerate home page is at :

	http://www.mega-nerd.com/libsamplerate/