obs/libsamplerate
jp9000 8a05238dad fixed some issues with the project files: removed *.filters from gitignore, added *.filters files to git, fixed project dependencies that were causing the project to compile incorrectly 2013-03-09 16:00:46 -07:00
..
AUTHORS Initial commit 2012-08-30 21:54:15 -07:00
COPYING Initial commit 2012-08-30 21:54:15 -07:00
NEWS Initial commit 2012-08-30 21:54:15 -07:00
README Initial commit 2012-08-30 21:54:15 -07:00
common.h Initial commit 2012-08-30 21:54:15 -07:00
config.h Initial commit 2012-08-30 21:54:15 -07:00
fastest_coeffs.h Initial commit 2012-08-30 21:54:15 -07:00
float_cast.h Initial commit 2012-08-30 21:54:15 -07:00
high_qual_coeffs.h Initial commit 2012-08-30 21:54:15 -07:00
libsamplerate.sln switched to vs2010. gotta love the new directories thing in 2010. really great. so great. so wonderful. 2013-03-04 16:13:29 -07:00
libsamplerate.vcxproj Make solution work in both VSE2010 and VSE2012 2013-03-05 19:26:45 +08:00
libsamplerate.vcxproj.filters fixed some issues with the project files: removed *.filters from gitignore, added *.filters files to git, fixed project dependencies that were causing the project to compile incorrectly 2013-03-09 16:00:46 -07:00
mid_qual_coeffs.h Initial commit 2012-08-30 21:54:15 -07:00
samplerate.c Initial commit 2012-08-30 21:54:15 -07:00
samplerate.h Initial commit 2012-08-30 21:54:15 -07:00
src_linear.c Initial commit 2012-08-30 21:54:15 -07:00
src_sinc.c Initial commit 2012-08-30 21:54:15 -07:00
src_zoh.c Initial commit 2012-08-30 21:54:15 -07:00

README

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/