[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [21730] trunk/lib/windows/samplerate: * update libsamplerate to latest version (0.1.7)

Nathan Letwory jesterking at letwory.net
Mon Jul 20 21:37:13 CEST 2009


Revision: 21730
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=21730
Author:   jesterking
Date:     2009-07-20 21:37:13 +0200 (Mon, 20 Jul 2009)

Log Message:
-----------
* update libsamplerate to latest version (0.1.7)

Modified Paths:
--------------
    trunk/lib/windows/samplerate/include/samplerate.h
    trunk/lib/windows/samplerate/lib/libsamplerate.dll
    trunk/lib/windows/samplerate/lib/libsamplerate.exp
    trunk/lib/windows/samplerate/lib/libsamplerate.lib

Modified: trunk/lib/windows/samplerate/include/samplerate.h
===================================================================
--- trunk/lib/windows/samplerate/include/samplerate.h	2009-07-20 18:47:13 UTC (rev 21729)
+++ trunk/lib/windows/samplerate/include/samplerate.h	2009-07-20 19:37:13 UTC (rev 21730)
@@ -1,5 +1,5 @@
 /*
-** Copyright (C) 2002-2004 Erik de Castro Lopo <erikd at mega-nerd.com>
+** Copyright (C) 2002-2008 Erik de Castro Lopo <erikd at mega-nerd.com>
 **
 ** This program is free software; you can redistribute it and/or modify
 ** it under the terms of the GNU General Public License as published by
@@ -17,6 +17,12 @@
 */
 
 /*
+** This code is part of Secret Rabibt Code aka libsamplerate. A commercial
+** use license for this code is available, please see:
+**		http://www.mega-nerd.com/SRC/procedure.html
+*/
+
+/*
 ** API documentation is available here:
 **     http://www.mega-nerd.com/SRC/api.html
 */
@@ -168,7 +174,7 @@
 	SRC_SINC_MEDIUM_QUALITY		= 1,
 	SRC_SINC_FASTEST			= 2,
 	SRC_ZERO_ORDER_HOLD			= 3,
-	SRC_LINEAR					= 4
+	SRC_LINEAR					= 4,
 } ;
 
 /*
@@ -179,18 +185,13 @@
 void src_short_to_float_array (const short *in, float *out, int len) ;
 void src_float_to_short_array (const float *in, short *out, int len) ;
 
+void src_int_to_float_array (const int *in, float *out, int len) ;
+void src_float_to_int_array (const float *in, int *out, int len) ;
 
+
 #ifdef __cplusplus
 }		/* extern "C" */
 #endif	/* __cplusplus */
 
 #endif	/* SAMPLERATE_H */
 
-/*
-** Do not edit or modify anything in this comment block.
-** The arch-tag line is a file identity tag for the GNU Arch
-** revision control system.
-**
-** arch-tag: 5421ef3e-c898-4ec3-8671-ea03d943ee00
-*/
-

Modified: trunk/lib/windows/samplerate/lib/libsamplerate.dll
===================================================================
(Binary files differ)

Modified: trunk/lib/windows/samplerate/lib/libsamplerate.exp
===================================================================
(Binary files differ)

Modified: trunk/lib/windows/samplerate/lib/libsamplerate.lib
===================================================================
(Binary files differ)





More information about the Bf-blender-cvs mailing list