shithub: libsamplerate

Download patch

ref: ab9725bf5b06301b1f066b835c71ff57c210b5a9
parent: 766e17410cd92746722f4b36bd54800647972ceb
author: Erik de Castro Lopo <erikd@mega-nerd.com>
date: Wed Feb 18 20:40:18 EST 2004

Documentation fixups.

--- a/NEWS
+++ b/NEWS
@@ -1,0 +1,6 @@
+Version 1.0.6 (2004-02-20)
+  * Added callback based API.
+  * Added a pair of functions for doing short to float and float to short
+    conversions on an arrays of data.
+  * Many minor bug fixes.
+  
--- a/README
+++ b/README
@@ -1,0 +1,50 @@
+This is libsamplerate, 0.1.0
+
+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/
+
--- a/doc/history.html
+++ b/doc/history.html
@@ -72,7 +72,8 @@
 	<LI>Version 0.0.14 (Jan 13 2003) Now compiles on Win32. Major code speedup. 
 		Minor bug fixes.
 	<LI>Version 0.0.15 (May 02 2003) Minor bug fixes.
-	<LI>Version 0.1.0 (Jan 24 2004) Add callback API.
+	<LI>Version 0.1.0 (Feb 19 2004) Add callback API, functions for short to 
+		float and float to short conversion. Minor bug fixes.
 </UL>
 
 </DIV>
--- a/doc/win32.html
+++ b/doc/win32.html
@@ -64,9 +64,9 @@
 </P>
 <P>
 To build the examples programs you will need to download and compile
-	<A HREF="http://www.zip.com.au/~erikd/libsndfile/">libsndfile</A>
+	<A HREF="http://www.mega-nerd.com/libsndfile/">libsndfile</A>
 and there are instructions for compiling it on Win32
-	<A HREF="http://www.zip.com.au/~erikd/libsndfile/win32.html">here</A>.
+	<A HREF="http://www.mega-nerd.com/libsndfile/win32.html">here</A>.
 This is optional as SecretRabbitCode can be compiled and used with installing 
 libsndfile.
 </P>