Mercurial > mm7
annotate AudioPlayer.h @ 1585:e42073046f92
Merge
author | Nomad |
---|---|
date | Tue, 10 Sep 2013 21:08:43 +0200 |
parents | 7ef4b64f6329 |
children | 421c29d4ab3e |
rev | line source |
---|---|
0 | 1 #pragma once |
2 #include "OSAPI.h" | |
3 | |
4 | |
5 | |
6 | |
7 | |
8 | |
9 | |
10 #pragma pack(push, 1) | |
11 struct _PROVIDER {char unk_0;}; | |
12 struct _SAMPLE {char unk_0;}; | |
13 //struct _STREAM {char unk_0;}; | |
14 struct _REDBOOK {char unk_0;}; | |
15 struct _DIG_DRIVER {char unk_0;}; | |
16 struct _SEQUENCE {char unk_0;}; | |
17 #pragma pack(pop) | |
18 | |
19 | |
20 | |
21 /* 22 */ | |
22 #pragma pack(push, 1) | |
23 struct AudioPlayer_3DSample | |
24 { | |
25 inline AudioPlayer_3DSample() | |
26 { | |
27 hSample = 0; | |
28 field_4 = 0; | |
29 field_8 = 0; | |
30 field_C = 0; | |
31 } | |
32 | |
33 void *hSample; | |
34 int field_4; | |
35 int field_8; | |
36 int field_C; | |
37 }; | |
38 #pragma pack(pop) | |
39 | |
40 | |
41 | |
42 | |
43 /* 26 */ | |
44 #pragma pack(push, 1) | |
45 struct SoundHeader | |
46 { | |
47 char pSoundName[40]; | |
48 unsigned int uFileOffset; | |
49 unsigned int uCompressedSize; | |
50 unsigned int uDecompressedSize; | |
51 }; | |
52 #pragma pack(pop) | |
53 | |
54 /* 27 */ | |
55 #pragma pack(push, 1) | |
56 struct MixerChannel | |
57 { | |
58 inline MixerChannel(): | |
378 | 59 hSample(nullptr), source_pid(0), uSourceTrackIdx(0), uSourceTrackID(0) |
0 | 60 {} |
61 | |
62 _SAMPLE *hSample; | |
378 | 63 int source_pid; |
0 | 64 unsigned int uSourceTrackIdx; |
65 unsigned int uSourceTrackID; | |
66 }; | |
67 #pragma pack(pop) | |
68 | |
69 | |
70 | |
71 | |
72 | |
73 /* 308 */ | |
74 enum SoundID | |
75 { | |
388 | 76 SOUND_Invalid = 0, |
0 | 77 SOUND_EnteringAHouse = 0x6, |
978 | 78 SOUND_7 = 7, |
0 | 79 SOUND_8 = 0x8, |
80 SOUND_27 = 0x1B, | |
1424 | 81 SOUND_64 = 64, |
187 | 82 SOUND_Button = 66, |
295 | 83 SOUND_67 = 67, |
84 SOUND_71 = 71, | |
388 | 85 SOUND_Button2 = 75, |
295 | 86 SOUND_78 = 78, |
87 SOUND_80 = 80, | |
88 SOUND_81 = 81, | |
89 SOUND_83 = 83, | |
90 SOUND_84 = 84, | |
91 SOUND_85 = 85, | |
1424 | 92 SOUND_103 = 103, |
0 | 93 SOUND_Arcomage_LoseResources = 0x78, |
94 SOUND_Arcomage_AddResources = 0x79, | |
95 SOUND_Arcomage_TowerWallDamage = 0x7A, | |
96 SOUND_Arcomage_DrawCard = 0x7B, | |
1183 | 97 SOUND_Arcomage_124 = 0x7C, |
0 | 98 SOUND_Arcomage_ProductionDamage = 0x7D, |
99 SOUND_Arcomage_ProductionUpgrade = 0x7E, | |
100 SOUND_Arcomage_127 = 0x7F, | |
101 SOUND_Arcomage_128 = 0x80, | |
102 SOUND_Arcomage_TowerUpgrade = 0x81, | |
1183 | 103 SOUND_Arcomage_130 = 0x82, |
104 SOUND_Arcomage_131 = 0x83, | |
0 | 105 SOUND_Arcomage_WallUpgrade = 0x84, |
1459 | 106 SOUND_PlayLute = 133, // 85 |
107 SOUND_PlayFaeriePipes = 134, // 86 | |
108 SOUND_PlayGryphonheartsTrumpet = 135, // 87 | |
0 | 109 SOUND_GoldReceived = 0xC8, |
1413 | 110 SOUND_203 = 203, |
111 SOUND_206 = 206, | |
112 SOUND_207 = 207, | |
426 | 113 SOUND_OpenChest = 208, |
0 | 114 SOUND_PlayerCantCastSpell = 0xD1, |
1459 | 115 SOUND_EatApple = 211, // D3 |
0 | 116 SOUND_Bell = 0xD9, |
1004 | 117 SOUND_OpenBook = 230, |
118 SOUND_CloseBook = 231, | |
1413 | 119 SOUND_11090 = 11090, |
120 SOUND_12040 = 12040, | |
0 | 121 SOUND_20001 = 0x4E21, |
122 }; | |
123 | |
124 | |
125 enum MusicID: unsigned __int32 | |
126 { | |
127 MUSIC_Credits = 15 | |
128 }; | |
129 | |
130 /* 20 */ | |
131 #pragma pack(push, 1) | |
132 struct AudioPlayer | |
133 { | |
134 //----- (004A9669) -------------------------------------------------------- | |
135 AudioPlayer(): | |
136 bPlayerReady(false), b3DSoundInitialized(false), | |
137 hAILRedbook(nullptr), hStream(nullptr) | |
138 { | |
139 /*AudioPlayer_3DSample *v0; //ecx@1 | |
140 signed int v1; //edi@1 | |
141 | |
142 v0 = p3DSamples; | |
143 v1 = 32; | |
144 do | |
145 { | |
146 v0->field_4 = 0; | |
147 v0->field_8 = 0; | |
148 v0->field_C = 0; | |
149 v0->hSample = 0; | |
150 ++v0; | |
151 --v1; | |
152 } | |
153 while (v1);*/ | |
154 uMixerChannels = 16; | |
155 field_2D0_time_left = 256; | |
156 uNumRedbookTracks = 0; | |
157 uCurrentMusicTrackLength = 0; | |
158 field_2D4 = 0; | |
159 s3DSoundVolume = 127; | |
160 } | |
161 | |
162 void SetMusicVolume(int vol); | |
328 | 163 void SetMasterVolume(float fVolume); |
0 | 164 void _4AA258(int a2); |
165 void PlaySound(SoundID eSoundID, signed int a3, unsigned int uNumRepeats, signed int a5, signed int a6, int a7, unsigned int uVolume, int sPlaybackRate); | |
378 | 166 void UpdateSounds(); |
0 | 167 void StopChannels(int uStartChannel, int uEndChannel); |
168 void LoadAudioSnd(); | |
169 void Initialize(HWND hWnd); | |
170 LSTATUS CheckA3DSupport(char a2); | |
171 void Release(); | |
764 | 172 void FreeChannel(MixerChannel *pChannel); |
0 | 173 void _4ABF23(AudioPlayer_3DSample *a2); |
174 void SetEAXPreferences(); | |
175 void SetMapEAX(); | |
176 int _4AC0A2(); | |
177 void PlayMusicTrack(enum MusicID eTrack); | |
1458 | 178 void MessWithChannels(); |
0 | 179 |
180 | |
181 unsigned int bEAXSupported; | |
182 unsigned int b3DSoundInitialized; | |
183 int s3DSoundVolume; | |
184 struct _PROVIDER *h3DSoundProvider; | |
185 int uNum3DSamples; | |
186 struct AudioPlayer_3DSample p3DSamples[32]; | |
187 int field_214; | |
188 int sRedbookVolume; | |
189 char p3DSoundProvider[128]; | |
190 unsigned int bPlayerReady; | |
191 HWND hWindow; | |
192 struct _REDBOOK *hAILRedbook; | |
193 struct _DIG_DRIVER *hDigDriver; | |
194 int dword_0002AC; | |
195 struct _SEQUENCE *hSequence; | |
196 int dword_0002B4; | |
197 struct SoundHeader *pSoundHeaders; | |
198 HANDLE hAudioSnd; | |
199 unsigned int uNumSoundHeaders; | |
200 unsigned int uMasterVolume; | |
201 int dword_0002C8; | |
202 int dword_0002CC; | |
203 int field_2D0_time_left; | |
204 int field_2D4; | |
205 unsigned int uCurrentMusicTrackLength; | |
206 unsigned int uNumRedbookTracks; | |
207 unsigned int uCurrentMusicTrackStartMS; | |
208 unsigned int uCurrentMusicTrackEndMS; | |
209 struct MixerChannel pMixerChannels[16]; | |
210 int uMixerChannels; | |
211 int field_3EC; | |
212 char pDeviceNames[16][128]; | |
213 int array_000BF0[16]; | |
214 int array_000C30[16]; | |
215 unsigned int uNumDevices; | |
216 struct _STREAM *hStream; | |
217 char field_C78[8]; | |
218 int cGameCDDriveLetter; | |
219 }; | |
220 #pragma pack(pop) | |
221 | |
222 | |
223 | |
224 | |
225 | |
226 | |
227 | |
228 | |
229 /* 325 */ | |
230 enum SOUND_DESC_TYPE : __int32 | |
231 { | |
232 SOUND_DESC_LEVEL = 0x0, | |
233 SOUND_DESC_SYSTEM = 0x1, | |
234 SOUND_DESC_SWAP = 0x2, | |
235 SOUND_DESC_3 = 0x3, | |
236 SOUND_DESC_LOCK = 0x4, | |
237 }; | |
238 | |
239 /* 326 */ | |
240 enum SOUND_DESC_FLAGS | |
241 { | |
242 SOUND_DESC_LOCKED = 0x1, | |
243 SOUND_DESC_3D = 0x2, | |
244 }; | |
245 | |
246 | |
247 | |
248 | |
249 #pragma pack(push, 1) | |
250 struct SoundData | |
251 { | |
252 unsigned int uDataSize; | |
253 char pData[1]; | |
254 }; | |
255 | |
1477
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1459
diff
changeset
|
256 struct SoundDesc_mm6 |
0 | 257 { |
1113
39eaa6b00141
something to bool cast (performance warning) mostly fixed
Grumpy7
parents:
1004
diff
changeset
|
258 inline bool Is3D() {return (uFlags & SOUND_DESC_3D) != 0;} |
388 | 259 |
0 | 260 char pSoundName[32]; |
261 unsigned int uSoundID; | |
262 SOUND_DESC_TYPE eType; | |
263 int uFlags; | |
264 SoundData *pSoundData[17]; | |
1477
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1459
diff
changeset
|
265 }; |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1459
diff
changeset
|
266 |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1459
diff
changeset
|
267 struct SoundDesc: public SoundDesc_mm6 |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1459
diff
changeset
|
268 { |
0 | 269 void *p3DSound; |
270 int bDecompressed; | |
271 }; | |
272 #pragma pack(pop) | |
273 | |
274 | |
275 | |
276 #pragma pack(push, 1) | |
277 struct SoundList | |
278 { | |
279 inline SoundList(): | |
764 | 280 sNumSounds(0), pSounds(nullptr), uTotalLoadedSoundSize(0) |
0 | 281 {} |
282 | |
283 void Initialize(); | |
284 __int16 LoadSound(int a1, unsigned int a3); | |
285 int LoadSound(unsigned int a2, LPVOID lpBuffer, int uBufferSizeLeft, int *pOutSoundSize, int a6); | |
286 SoundDesc *Release(); | |
287 void _4A9D79(int a2); | |
764 | 288 void UnloadSound(unsigned int uSoundID, char a3); |
0 | 289 void ToFile(); |
1477
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1459
diff
changeset
|
290 void FromFile(void *data_mm6, void *data_mm7, void *data_mm8); |
0 | 291 int FromFileTxt(const char *Args); |
292 | |
764 | 293 signed int sNumSounds; |
0 | 294 SoundDesc *pSounds; |
295 unsigned int uTotalLoadedSoundSize; | |
296 }; | |
297 #pragma pack(pop) | |
298 | |
299 | |
300 | |
301 | |
302 | |
303 /* 241 */ | |
304 #pragma pack(push, 1) | |
305 struct Sound | |
306 { | |
307 unsigned int uID; | |
24 | 308 char SoundName[120]; |
0 | 309 SoundData *pSoundData; |
310 }; | |
311 #pragma pack(pop) | |
312 | |
313 | |
314 | |
315 | |
316 extern int Aureal3D_SplashScreen; | |
317 extern int Aureal3D_SplashAudio; | |
318 extern int uFindSound_BinSearch_ResultID; // weak | |
319 extern int uLastLoadedSoundID; // weak | |
320 extern int sLastTrackLengthMS; | |
1202 | 321 extern std::array<Sound, 3000> pSounds; |
0 | 322 extern AudioPlayer *pAudioPlayer; |
323 extern SoundList *pSoundList; | |
324 | |
325 extern unsigned __int8 uSoundVolumeMultiplier; | |
326 extern unsigned __int8 uVoicesVolumeMultiplier; | |
327 extern unsigned __int8 uMusicVolimeMultiplier; | |
328 extern int bWalkSound; // idb | |
329 | |
1202 | 330 extern std::array<float, 10> pSoundVolumeLevels; // idb |
0 | 331 |
332 | |
333 | |
334 | |
335 | |
336 | |
337 | |
338 | |
339 /* 379 */ | |
340 #pragma pack(push, 1) | |
341 struct stru339_spell_sound | |
342 { | |
343 int _494836(int uSoundID, int a6); | |
344 | |
345 char pSounds[44744]; | |
346 int field_AEC8[45]; | |
347 int field_AF7C[18]; | |
348 int field_AFC4; | |
349 int pSoundsSizes[2]; | |
350 int pSoundsOffsets[2]; | |
351 }; | |
352 #pragma pack(pop) | |
1202 | 353 extern std::array<stru339_spell_sound, 4> stru_A750F8; |
354 extern std::array<stru339_spell_sound, 4> stru_AA1058; |