22 #ifndef MOHAWK_SOUND_H 23 #define MOHAWK_SOUND_H 25 #include "common/array.h" 26 #include "common/scummsys.h" 27 #include "common/str.h" 28 #include "common/stream.h" 30 #include "audio/mixer.h" 36 class RewindableAudioStream;
41 #define MAX_CHANNELS 2 // Can there be more than 2? 51 uint samplesPerSecond;
65 } channelStatus[MAX_CHANNELS];
110 void stopSound(uint16
id);
111 bool isPlaying(uint16
id);
113 uint getNumSamplesPlayed(uint16
id);
Definition: mididrv.h:309
Definition: audiostream.h:109
Definition: midiparser.h:289