diff examples/basic/render.cpp @ 314:611306d840b3 prerelease

Merge
author Giulio Moro <giuliomoro@yahoo.it>
date Fri, 27 May 2016 19:00:43 +0100
parents 1feb9c23ac57
children db2fe4e1b88e
line wrap: on
line diff
--- a/examples/basic/render.cpp	Fri May 27 18:55:34 2016 +0100
+++ b/examples/basic/render.cpp	Fri May 27 19:00:43 2016 +0100
@@ -55,7 +55,7 @@
 			// context->audioOut[n * context->audioChannels + channel] = out;
 
 			// Or using the macros:
-			audioWriteFrame(context, n, channel, out);
+			audioWrite(context, n, channel, out);
 		}
 	}
 }