From f15f517bb45c9ddb06178b4127f08d04204275b0 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 27 Dec 2004 01:32:40 +0000 Subject: Add 'speech' sound type to mixer; make use of that in iMuse Digital svn-id: r16331 --- sound/mixer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sound/mixer.h') diff --git a/sound/mixer.h b/sound/mixer.h index 268e66296f..f282825205 100644 --- a/sound/mixer.h +++ b/sound/mixer.h @@ -73,8 +73,8 @@ public: kPlainAudioDataType = 0, kMusicAudioDataType = 1, - kSFXAudioDataType = 2 - // kSpeechAudioDataType = 3 TODO: Add this type later... + kSFXAudioDataType = 2, + kSpeechAudioDataType = 3 }; private: -- cgit v1.2.3