26 #include "common/scummsys.h" 27 #include "audio/mixer.h" 42 uint8 count, fxNo, chan, vol;
45 #define MAX_QUEUED_FX 4 58 uint16 _saveSounds[2];
68 void loadSection(uint8 pSection);
69 void playSound(uint16 sound, uint16 volume, uint8 channel);
70 void fnStartFx(uint32 sound, uint8 channel);
71 bool startSpeech(uint16 textNum);
85 uint8 *_sampleRates, *_sfxInfo;
90 static uint16 _speechConvertTable[8];
91 static SfxQueue _sfxQueue[MAX_QUEUED_FX];
virtual bool isSoundHandleActive(SoundHandle handle)=0
Definition: autoroute.h:28