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