22 #ifndef KYRA_SOUND_DIGITAL_MR_H 23 #define KYRA_SOUND_DIGITAL_MR_H 25 #include "audio/mixer.h" 28 class SeekableReadStream;
32 class SeekableAudioStream;
38 class KyraAudioStream;
63 int playSound(
const char *filename, uint8 priority,
Audio::Mixer::SoundType type,
int volume = 255,
bool loop =
false,
int channel = -1);
71 bool isPlaying(
int channel);
79 void stopSound(
int channel);
93 void beginFadeOut(
int channel,
int ticks);
103 KyraAudioStream *stream;
110 DisposeAfterUse::Flag disposeAfterUse);
113 static const AudioCodecs _supportedCodecs[];
Definition: sound_digital_mr.h:46
Definition: audiostream.h:212
SoundType
Definition: mixer.h:62
Definition: algorithm.h:29
Definition: detection.h:27