[Scummvm-cvs-logs] CVS: scummvm/sound mixer.h,1.54,1.55
Max Horn
fingolfin at users.sourceforge.net
Sun Oct 5 10:43:07 CEST 2003
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/scumm player_v1.cpp,1.13,1.14 player_v1.h,1.11,1.12 player_v2.cpp,2.38,2.39 player_v2.h,2.20,2.21 player_v2a.h,2.5,2.6 player_v3a.h,1.13,1.14 resource_v2.cpp,1.36,1.37 script_v2.cpp,2.205,2.206 scumm.h,1.310,1.311 scummvm.cpp,2.425,2.426
- Next message: [Scummvm-cvs-logs] CVS: residual color.h,1.1,1.2 colormap.h,1.1,1.2 costume.cpp,1.9,1.10 engine.h,1.3,1.4 lua.cpp,1.30,1.31 main.cpp,1.12,1.13 material.cpp,1.4,1.5 material.h,1.1,1.2 model.cpp,1.10,1.11 model.h,1.3,1.4 resource.cpp,1.7,1.8 resource.h,1.3,1.4 scene.cpp,1.15,1.16 scene.h,1.10,1.11 textobject.cpp,1.2,1.3 textobject.h,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm/sound
In directory sc8-pr-cvs1:/tmp/cvs-serv21041/sound
Modified Files:
mixer.h
Log Message:
clarification: premixer must use native endianess
Index: mixer.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/mixer.h,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- mixer.h 18 Sep 2003 16:01:33 -0000 1.54
+++ mixer.h 5 Oct 2003 17:42:55 -0000 1.55
@@ -84,11 +84,13 @@
bool bindToSystem(OSystem *syst);
/**
- * Set the premix procedure. This is mainly used for the adlib music, but is not limited
- * to it. The premix proc is invoked by the mixer whenever it needs to generate any
- * data, before any other mixing takes place. The premixer than has a chanve to fill
- * the mix buffer with data (usually music samples). It should generate the specified
- * number of 16bit stereo samples (i.e. len * 4 bytes).
+ * Set the premix procedure. This is mainly used for the adlib music, but
+ * is not limited to it. The premix proc is invoked by the mixer whenever
+ * it needs to generate any data, before any other mixing takes place. The
+ * premixer than has a chanve to fill the mix buffer with data (usually
+ * music samples). It should generate the specified number of 16bit stereo
+ * samples (i.e. len * 4 bytes). The endianess of these samples shall be
+ * the native endianess.
*/
void setupPremix(PremixProc *proc, void *param);
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/scumm player_v1.cpp,1.13,1.14 player_v1.h,1.11,1.12 player_v2.cpp,2.38,2.39 player_v2.h,2.20,2.21 player_v2a.h,2.5,2.6 player_v3a.h,1.13,1.14 resource_v2.cpp,1.36,1.37 script_v2.cpp,2.205,2.206 scumm.h,1.310,1.311 scummvm.cpp,2.425,2.426
- Next message: [Scummvm-cvs-logs] CVS: residual color.h,1.1,1.2 colormap.h,1.1,1.2 costume.cpp,1.9,1.10 engine.h,1.3,1.4 lua.cpp,1.30,1.31 main.cpp,1.12,1.13 material.cpp,1.4,1.5 material.h,1.1,1.2 model.cpp,1.10,1.11 model.h,1.3,1.4 resource.cpp,1.7,1.8 resource.h,1.3,1.4 scene.cpp,1.15,1.16 scene.h,1.10,1.11 textobject.cpp,1.2,1.3 textobject.h,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list