Genmix is a C code library that you can add to your MS Windo... description
Or Macintosh applications. Genmix provides real-time additive waveform synthesis and output -- it mixes and plays sounds. A 17-function API (Application Program Interface) allows full control over the sound mixing process
File List:
GENMIX/
0b
GENMIX/BIN/
0b
GENMIX/BIN/MIXTEST.EXE
71Kb
GENMIX/BIN/MIXTESTD.EXE
115Kb
GENMIX/BIN/PORTWAVE.INI
1Kb
GENMIX/README.TXT
23Kb
GENMIX/SRC/
0b
GENMIX/SRC/GENMIX.C
34Kb
GENMIX/SRC/PORT.H
4Kb
GENMIX/SRC/PORTMEM.C
3Kb
GENMIX/SRC/PORTWAVE.C
11Kb
GENMIX/TST/
0b
GENMIX/TST/MIXTEST.C
24Kb
GENMIX/TST/MIXTEST.MAK
7Kb
GENMIX/TST/MIXTEST.RC
13Kb
GENMIX/TST/MIXTEST.VCP
12Kb
Similar code
DirectSound Library and Tutorial 1.0
(Popularity: ) : Like the DirectInput library, this is another library that I used in my game, Super Pong. This file provides a great way to add DirectSound to your game without learning the advanced techniques of the API. I have taken care ...