diff jmixtmpl_c.h @ 51:36e2f910219c

A non-working implementation of floating point audio mixing.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 01 Oct 2012 03:48:21 +0300
parents 033c660c25f5
children 2edda27f951c
line wrap: on
line diff
--- a/jmixtmpl_c.h	Mon Oct 01 03:46:10 2012 +0300
+++ b/jmixtmpl_c.h	Mon Oct 01 03:48:21 2012 +0300
@@ -5,7 +5,7 @@
  */
 
 #ifdef JMIXER_HEADER
-int JMIXER_NAME (JSSMixer *, JSSChannel *, Sint32 *, const int, const Sint32);
+int JMIXER_NAME (JSSMixer *, JSSChannel *, JMIXER_ADDBUF_TYPE *, const int, const Sint32);
 #else
 int JMIXER_NAME (JSSMixer *mixer, JSSChannel *chn, JMIXER_ADDBUF_TYPE *addBuffer, const int mixLength, const Sint32 endPos)
 {