re3/src/audio/AudioManager.h

706 lines
25 KiB
C
Raw Normal View History

2019-08-16 18:17:15 +00:00
#pragma once
2019-06-27 16:45:16 +00:00
#include "DMAudio.h"
2019-06-12 17:56:45 +00:00
#include "common.h"
enum eScriptSounds : int16
{
SCRIPT_SOUND_0 = 0,
SCRIPT_SOUND_1 = 1,
SCRIPT_SOUND_2 = 2,
SCRIPT_SOUND_3 = 3,
SCRIPT_SOUND_PARTY_1_LOOP_S = 4,
SCRIPT_SOUND_PARTY_1_LOOP_L = 5,
SCRIPT_SOUND_PARTY_2_LOOP_S = 6,
SCRIPT_SOUND_PARTY_2_LOOP_L = 7,
SCRIPT_SOUND_PARTY_3_LOOP_S = 8,
SCRIPT_SOUND_PARTY_3_LOOP_L = 9,
SCRIPT_SOUND_PARTY_4_LOOP_S = 10,
SCRIPT_SOUND_PARTY_4_LOOP_L = 11,
SCRIPT_SOUND_PARTY_5_LOOP_S = 12,
SCRIPT_SOUND_PARTY_5_LOOP_L = 13,
SCRIPT_SOUND_PARTY_6_LOOP_S = 14,
SCRIPT_SOUND_PARTY_6_LOOP_L = 15,
SCRIPT_SOUND_PARTY_7_LOOP_S = 16,
SCRIPT_SOUND_PARTY_7_LOOP_L = 17,
SCRIPT_SOUND_PARTY_8_LOOP_S = 18,
SCRIPT_SOUND_PARTY_8_LOOP_L = 19,
SCRIPT_SOUND_PARTY_9_LOOP_S = 20,
SCRIPT_SOUND_PARTY_9_LOOP_L = 21,
SCRIPT_SOUND_PARTY_10_LOOP_S = 22,
SCRIPT_SOUND_PARTY_10_LOOP_L = 23,
SCRIPT_SOUND_PARTY_11_LOOP_S = 24,
SCRIPT_SOUND_PARTY_11_LOOP_L = 25,
SCRIPT_SOUND_PARTY_12_LOOP_S = 26,
SCRIPT_SOUND_PARTY_12_LOOP_L = 27,
SCRIPT_SOUND_PARTY_13_LOOP_S = 28,
SCRIPT_SOUND_PARTY_13_LOOP_L = 29,
SCRIPT_SOUND_STRIP_CLUB_LOOP_1_S = 30,
SCRIPT_SOUND_STRIP_CLUB_LOOP_1_L = 31,
SCRIPT_SOUND_STRIP_CLUB_LOOP_2_S = 32,
SCRIPT_SOUND_STRIP_CLUB_LOOP_2_L = 33,
SCRIPT_SOUND_WORK_SHOP_LOOP_S = 34,
SCRIPT_SOUND_WORK_SHOP_LOOP_L = 35,
SCRIPT_SOUND_SAWMILL_LOOP_S = 36,
SCRIPT_SOUND_SAWMILL_LOOP_L = 37,
SCRIPT_SOUND_38 = 38,
SCRIPT_SOUND_39 = 39,
SCRIPT_SOUND_LAUNDERETTE_LOOP_S = 40,
SCRIPT_SOUND_LAUNDERETTE_LOOP_L = 41,
SCRIPT_SOUND_CHINATOWN_RESTAURANT_S = 42,
SCRIPT_SOUND_CHINATOWN_RESTAURANT_L = 43,
SCRIPT_SOUND_CIPRIANI_RESAURANT_S = 44,
SCRIPT_SOUND_CIPRIANI_RESAURANT_L = 45,
SCRIPT_SOUND_46 = 46,
SCRIPT_SOUND_47 = 47,
SCRIPT_SOUND_MARCO_BISTRO_S = 48,
SCRIPT_SOUND_MARCO_BISTRO_L = 49,
SCRIPT_SOUND_AIRPORT_LOOP_S = 50,
SCRIPT_SOUND_AIRPORT_LOOP_L = 51,
SCRIPT_SOUND_SHOP_LOOP_S = 52,
SCRIPT_SOUND_SHOP_LOOP_L = 53,
SCRIPT_SOUND_CINEMA_LOOP_S = 54,
SCRIPT_SOUND_CINEMA_LOOP_L = 55,
SCRIPT_SOUND_DOCKS_LOOP_S = 56,
SCRIPT_SOUND_DOCKS_LOOP_L = 57,
SCRIPT_SOUND_HOME_LOOP_S = 58,
SCRIPT_SOUND_HOME_LOOP_L = 59,
SCRIPT_SOUND_FRANKIE_PIANO = 60,
SCRIPT_SOUND_PARTY_1_LOOP = 61,
SCRIPT_SOUND_PORN_CINEMA_1_S = 62,
SCRIPT_SOUND_PORN_CINEMA_1_L = 63,
SCRIPT_SOUND_PORN_CINEMA_2_S = 64,
SCRIPT_SOUND_PORN_CINEMA_2_L = 65,
SCRIPT_SOUND_PORN_CINEMA_3_S = 66,
SCRIPT_SOUND_PORN_CINEMA_3_L = 67,
SCRIPT_SOUND_BANK_ALARM_LOOP_S = 68,
SCRIPT_SOUND_BANK_ALARM_LOOP_L = 69,
SCRIPT_SOUND_POLICE_BALL_LOOP_S = 70,
SCRIPT_SOUND_POLICE_BALL_LOOP_L = 71,
SCRIPT_SOUND_RAVE_LOOP_INDUSTRIAL_S = 72,
SCRIPT_SOUND_RAVE_LOOP_INDUSTRIAL_L = 73,
SCRIPT_SOUND_74 = 74,
SCRIPT_SOUND_75 = 75,
SCRIPT_SOUND_POLICE_CELL_BEATING_LOOP_S = 76,
SCRIPT_SOUND_POLICE_CELL_BEATING_LOOP_L = 77,
SCRIPT_SOUND_INJURED_PED_MALE_OUCH_S = 78,
SCRIPT_SOUND_INJURED_PED_MALE_OUCH_L = 79,
SCRIPT_SOUND_INJURED_PED_FEMALE_OUCH_S = 80,
SCRIPT_SOUND_INJURED_PED_FEMALE_OUCH_L = 81,
SCRIPT_SOUND_EVIDENCE_PICKUP = 82,
SCRIPT_SOUND_UNLOAD_GOLD = 83,
SCRIPT_SOUND_RAVE_1_LOOP_S = 84,
SCRIPT_SOUND_RAVE_1_LOOP_L = 85,
SCRIPT_SOUND_RAVE_2_LOOP_S = 86,
SCRIPT_SOUND_RAVE_2_LOOP_L = 87,
SCRIPT_SOUND_RAVE_3_LOOP_S = 88,
SCRIPT_SOUND_RAVE_3_LOOP_L = 89,
SCRIPT_SOUND_MISTY_SEX_S = 90,
SCRIPT_SOUND_MISTY_SEX_L = 91,
SCRIPT_SOUND_GATE_START_CLUNK = 92,
SCRIPT_SOUND_GATE_STOP_CLUNK = 93,
SCRIPT_SOUND_PART_MISSION_COMPLETE = 94,
SCRIPT_SOUND_CHUNKY_RUN_SHOUT = 95,
SCRIPT_SOUND_SECURITY_GUARD_AWAY_SHOUT = 96,
SCRIPT_SOUND_RACE_START_3 = 97,
SCRIPT_SOUND_RACE_START_2 = 98,
SCRIPT_SOUND_RACE_START_1 = 99,
SCRIPT_SOUND_RACE_START_GO = 100,
SCRIPT_SOUND_SWAT_PED_SHOUT = 101,
SCRIPT_SOUND_PRETEND_FIRE_LOOP = 102,
SCRIPT_SOUND_AMMUNATION_CHAT_1 = 103,
SCRIPT_SOUND_AMMUNATION_CHAT_2 = 104,
SCRIPT_SOUND_AMMUNATION_CHAT_3 = 105,
SCRIPT_SOUND_BULLET_HIT_GROUND_1 = 106,
SCRIPT_SOUND_BULLET_HIT_GROUND_2 = 107,
SCRIPT_SOUND_BULLET_HIT_GROUND_3 = 108,
SCRIPT_SOUND_109 = 109,
SCRIPT_SOUND_110 = 110,
SCRIPT_SOUND_111 = 111,
SCRIPT_SOUND_PAYPHONE_RINGING = 112,
SCRIPT_SOUND_113 = 113,
SCRIPT_SOUND_GLASS_BREAK_L = 114,
SCRIPT_SOUND_GLASS_BREAK_S = 115,
SCRIPT_SOUND_GLASS_CRACK = 116,
SCRIPT_SOUND_GLASS_LIGHT_BREAK = 117,
SCRIPT_SOUND_BOX_DESTROYED_1 = 118,
SCRIPT_SOUND_BOX_DESTROYED_2 = 119,
SCRIPT_SOUND_METAL_COLLISION = 120,
SCRIPT_SOUND_TIRE_COLLISION = 121,
SCRIPT_SOUND_GUNSHELL_DROP = 122,
SCRIPT_SOUND_GUNSHELL_DROP_SOFT = 123,
};
2019-10-19 11:21:35 +00:00
class tActiveSample
{
public:
2019-07-12 16:27:12 +00:00
int32 m_nEntityIndex;
2019-08-16 18:17:15 +00:00
int32 m_counter;
2019-07-12 16:27:12 +00:00
int32 m_nSampleIndex;
uint8 m_bBankIndex;
uint8 m_bIsDistant;
uint8 field_14;
uint8 field_15;
int32 field_16;
int32 m_nFrequency;
2019-06-12 17:56:45 +00:00
uint8 m_bVolume;
2019-07-12 16:27:12 +00:00
uint8 field_25;
uint8 field_26;
uint8 field_27;
2019-06-12 17:56:45 +00:00
float m_fDistance;
2019-07-12 16:27:12 +00:00
int32 m_nLoopCount;
int32 m_nLoopStart;
int32 m_nLoopEnd;
2019-06-12 17:56:45 +00:00
uint8 m_bEmittingVolume;
2019-07-12 16:27:12 +00:00
uint8 field_45;
uint8 field_46;
uint8 field_47;
2019-06-12 17:56:45 +00:00
float field_48;
float m_fSoundIntensity;
2019-07-12 16:27:12 +00:00
uint8 field_56;
uint8 field_57;
uint8 field_58;
uint8 field_59;
2019-06-12 17:56:45 +00:00
CVector m_vecPos;
2019-07-12 16:27:12 +00:00
uint8 m_bReverbFlag;
uint8 m_bLoopsRemaining;
uint8 m_bRequireReflection;
2019-06-12 17:56:45 +00:00
uint8 m_bOffset;
2019-07-12 16:27:12 +00:00
int32 field_76;
uint8 m_bIsProcessed;
uint8 m_bLoopEnded;
uint8 field_82;
uint8 field_83;
int32 calculatedVolume;
2019-08-29 22:44:57 +00:00
int8 field_88;
2019-07-12 16:27:12 +00:00
uint8 field_89;
uint8 field_90;
uint8 field_91;
2019-08-27 18:50:59 +00:00
// no methods
2019-06-12 17:56:45 +00:00
};
2019-07-31 15:54:18 +00:00
static_assert(sizeof(tActiveSample) == 92, "tActiveSample: error");
2019-06-12 17:56:45 +00:00
2019-10-19 11:21:35 +00:00
enum eAudioType : int32
{
2019-06-12 17:56:45 +00:00
AUDIOTYPE_PHYSICAL = 0,
AUDIOTYPE_EXPLOSION = 1,
AUDIOTYPE_FIRE = 2,
AUDIOTYPE_WEATHER = 3,
AUDIOTYPE_CRANE = 4,
2019-08-15 01:43:00 +00:00
AUDIOTYPE_SCRIPTOBJECT = 5,
2019-06-12 17:56:45 +00:00
AUDIOTYPE_BRIDGE = 6,
AUDIOTYPE_COLLISION = 7,
AUDIOTYPE_FRONTEND = 8,
AUDIOTYPE_PROJECTILE = 9,
AUDIOTYPE_GARAGE = 10,
2019-08-15 01:43:00 +00:00
AUDIOTYPE_FIREHYDRANT = 11,
AUDIOTYPE_WATERCANNON = 12,
AUDIOTYPE_POLICERADIO = 13,
2019-06-12 17:56:45 +00:00
TOTAL_AUDIO_TYPES = 14,
};
2019-07-02 18:35:47 +00:00
class CPhysical;
2019-08-02 15:43:40 +00:00
class CAutomobile;
2019-07-02 18:35:47 +00:00
2019-10-19 11:21:35 +00:00
class tAudioEntity
{
public:
2019-06-12 17:56:45 +00:00
eAudioType m_nType;
2019-07-16 15:03:37 +00:00
void *m_pEntity;
2019-06-30 21:20:10 +00:00
bool m_bIsUsed;
2019-07-12 16:27:12 +00:00
uint8 m_bStatus;
2019-06-27 16:45:16 +00:00
int16 m_awAudioEvent[4];
2019-07-12 16:27:12 +00:00
uint8 gap_18[2];
2019-06-12 17:56:45 +00:00
float m_afVolume[4];
2019-10-26 14:47:57 +00:00
uint8 m_AudioEvents;
2019-07-12 16:27:12 +00:00
uint8 field_25[3];
2019-08-27 18:50:59 +00:00
// no methods
2019-06-12 17:56:45 +00:00
};
2019-07-31 15:54:18 +00:00
static_assert(sizeof(tAudioEntity) == 40, "tAudioEntity: error");
2019-06-12 17:56:45 +00:00
2019-10-19 11:21:35 +00:00
class tPedComment
{
public:
2019-08-16 18:17:15 +00:00
int32 m_nSampleIndex;
int32 m_entityIndex;
2019-06-12 17:56:45 +00:00
CVector m_vecPos;
float m_fDistance;
2019-07-12 16:27:12 +00:00
uint8 m_bVolume;
2019-08-16 18:17:15 +00:00
int8 field_25; // allocated time?
2019-07-12 16:27:12 +00:00
uint8 gap_26[2];
2019-08-27 18:50:59 +00:00
// no methods
2019-06-12 17:56:45 +00:00
};
2019-07-31 15:54:18 +00:00
static_assert(sizeof(tPedComment) == 28, "tPedComment: error");
2019-06-12 17:56:45 +00:00
2019-06-13 19:16:55 +00:00
class cPedComments
{
2019-06-12 17:56:45 +00:00
public:
2019-07-31 15:54:18 +00:00
tPedComment m_asPedComments[2][20];
2019-08-16 18:17:15 +00:00
uint8 indexMap[2][20];
2019-07-31 15:54:18 +00:00
uint8 nrOfCommentsInBank[2];
uint8 activeBank;
2019-07-12 16:27:12 +00:00
uint8 gap_1163[1];
2019-07-31 15:54:18 +00:00
2019-08-27 18:50:59 +00:00
// reversed all methods
2019-08-02 15:43:40 +00:00
void Add(tPedComment *com); /// ok
2019-08-16 18:17:15 +00:00
void Process(); /// ok
2019-06-12 17:56:45 +00:00
};
2019-07-31 15:54:18 +00:00
static_assert(sizeof(cPedComments) == 1164, "cPedComments: error");
2019-06-12 17:56:45 +00:00
class CEntity;
2019-06-13 19:16:55 +00:00
class cAudioCollision
{
2019-06-12 17:56:45 +00:00
public:
CEntity *m_pEntity1;
CEntity *m_pEntity2;
2019-07-12 16:27:12 +00:00
uint8 m_bSurface1;
uint8 m_bSurface2;
uint8 field_10;
uint8 field_11;
2019-06-12 17:56:45 +00:00
float m_fIntensity1;
float m_fIntensity2;
CVector m_vecPosition;
float m_fDistance;
2019-07-12 16:27:12 +00:00
int32 m_nBaseVolume;
2019-08-27 18:50:59 +00:00
// no methods
2019-06-12 17:56:45 +00:00
};
2019-07-31 15:54:18 +00:00
static_assert(sizeof(cAudioCollision) == 40, "cAudioCollision: error");
2019-06-12 17:56:45 +00:00
2019-06-13 19:16:55 +00:00
class cAudioCollisionManager
{
2019-06-12 17:56:45 +00:00
public:
cAudioCollision m_asCollisions1[10];
cAudioCollision m_asCollisions2[10];
2019-07-12 16:27:12 +00:00
uint8 m_bIndicesTable[10];
uint8 m_bCollisionsInQueue;
uint8 gap_811;
2019-06-12 17:56:45 +00:00
cAudioCollision m_sQueue;
2019-08-27 18:50:59 +00:00
2019-08-29 22:44:57 +00:00
// reversed all methods
void AddCollisionToRequestedQueue(); /// ok
2019-06-12 17:56:45 +00:00
};
2019-07-31 15:54:18 +00:00
static_assert(sizeof(cAudioCollisionManager) == 852, "cAudioCollisionManager: error");
2019-06-12 17:56:45 +00:00
2019-06-27 16:45:16 +00:00
class cMissionAudio
{
public:
2019-06-12 17:56:45 +00:00
CVector m_vecPos;
2019-07-12 16:27:12 +00:00
uint8 field_12;
uint8 gap_13[3];
2019-06-12 17:56:45 +00:00
int m_nSampleIndex;
2019-07-12 16:27:12 +00:00
uint8 m_bLoadingStatus;
uint8 m_bPlayStatus;
uint8 field_22;
uint8 field_23;
2019-06-12 17:56:45 +00:00
int field_24;
2019-07-02 18:35:47 +00:00
bool m_bIsPlayed;
2019-07-12 16:27:12 +00:00
uint8 field_29;
uint8 field_30;
uint8 field_31;
2019-08-27 18:50:59 +00:00
// no methods
2019-06-12 17:56:45 +00:00
};
2019-07-31 15:54:18 +00:00
static_assert(sizeof(cMissionAudio) == 32, "cMissionAudio: error");
2019-07-16 15:03:37 +00:00
2019-07-08 19:44:32 +00:00
class cVehicleParams;
2019-07-16 15:03:37 +00:00
class CPlane;
class CVehicle;
2019-07-18 21:49:21 +00:00
class CPed;
2019-07-31 15:54:18 +00:00
class cPedParams;
2019-08-16 18:17:15 +00:00
class cTransmission;
2019-07-08 19:44:32 +00:00
2019-08-27 18:50:59 +00:00
class cAudioScriptObject
{
2019-08-15 01:43:00 +00:00
public:
int16 AudioId;
char _pad0[2];
CVector Posn;
int32 AudioEntity;
2019-09-21 20:10:35 +00:00
void Reset(); /// ok
2019-08-29 22:44:57 +00:00
static void *operator new(size_t);
static void *operator new(size_t, int);
2019-07-31 15:54:18 +00:00
static void operator delete(void *, size_t);
static void operator delete(void *, int);
2019-07-16 15:03:37 +00:00
};
2019-07-31 15:54:18 +00:00
static_assert(sizeof(cAudioScriptObject) == 20, "cAudioScriptObject: error");
2019-06-12 17:56:45 +00:00
2019-08-02 15:43:40 +00:00
enum {
2019-08-02 20:20:12 +00:00
/*
REFLECTION_YMAX = 0, top
REFLECTION_YMIN = 1, bottom
REFLECTION_XMIN = 2, left
REFLECTION_XMAX = 3, right
REFLECTION_ZMAX = 4,
*/
REFLECTION_TOP = 0,
REFLECTION_BOTTOM,
REFLECTION_LEFT,
REFLECTION_RIGHT,
REFLECTION_UP,
MAX_REFLECTIONS,
};
2019-08-15 01:43:00 +00:00
2019-08-27 18:50:59 +00:00
enum AudioEntityHandle {
AEHANDLE_NONE = -5,
AEHANDLE_ERROR_NOAUDIOSYS = -4,
AEHANDLE_ERROR_NOFREESLOT = -3,
AEHANDLE_ERROR_NOENTITY = -2,
2019-08-15 01:43:00 +00:00
AEHANDLE_ERROR_BADAUDIOTYPE = -1,
};
2019-08-29 22:44:57 +00:00
struct Crime {
int32 type;
CVector position;
uint16 timer;
2019-09-26 18:47:04 +00:00
uint16 gap;
2019-08-29 22:44:57 +00:00
};
static_assert(sizeof(Crime) == 20, "Crime: error ");
2019-06-12 17:56:45 +00:00
class cAudioManager
{
public:
bool m_bIsInitialised;
2019-07-12 16:27:12 +00:00
uint8 field_1;
uint8 field_2;
uint8 m_bActiveSamples;
uint8 field_4;
2019-06-30 20:31:14 +00:00
bool m_bDynamicAcousticModelingStatus;
2019-07-12 16:27:12 +00:00
uint8 field_6;
uint8 field_7;
2019-07-08 19:44:32 +00:00
float speedOfSound;
2019-06-12 17:56:45 +00:00
bool m_bTimerJustReset;
2019-07-12 16:27:12 +00:00
uint8 field_13;
uint8 field_14;
uint8 field_15;
int32 m_nTimer;
2019-06-12 17:56:45 +00:00
tActiveSample m_sQueueSample;
2019-08-29 22:44:57 +00:00
bool m_bActiveSampleQueue;
2019-07-12 16:27:12 +00:00
uint8 gap_109[3];
tActiveSample m_asSamples[2][27];
uint8 m_abSampleQueueIndexTable[2][27];
uint8 m_bSampleRequestQueuesStatus[2];
2019-06-12 17:56:45 +00:00
tActiveSample m_asActiveSamples[27];
tAudioEntity m_asAudioEntities[200];
2019-07-12 16:27:12 +00:00
int32 m_anAudioEntityIndices[200];
int32 m_nAudioEntitiesTotal;
2019-06-12 17:56:45 +00:00
CVector m_avecReflectionsPos[5];
float m_afReflectionsDistances[5];
2019-07-12 16:27:12 +00:00
int32 m_anScriptObjectEntityIndices[40];
int32 m_nScriptObjectEntityTotal;
2019-06-12 17:56:45 +00:00
cPedComments m_sPedComments;
2019-07-12 16:27:12 +00:00
int32 m_nFireAudioEntity;
int32 m_nWaterCannonEntity;
int32 m_nPoliceChannelEntity;
2019-09-26 18:47:04 +00:00
int32 crimesSamples[60];
2019-09-21 20:10:35 +00:00
uint8 policeChannelTimer;
2019-09-26 18:47:04 +00:00
uint8 policeChannelTimerSeconds;
2019-09-21 20:10:35 +00:00
uint8 policeChannelCounterSeconds;
2019-09-26 18:47:04 +00:00
uint8 gap30;
2019-08-29 22:44:57 +00:00
Crime crimes[10];
2019-07-12 16:27:12 +00:00
int32 m_nFrontEndEntity;
int32 m_nCollisionEntity;
2019-06-12 17:56:45 +00:00
cAudioCollisionManager m_sCollisionManager;
2019-07-12 16:27:12 +00:00
int32 m_nProjectileEntity;
int32 m_nBridgeEntity;
2019-06-12 17:56:45 +00:00
cMissionAudio m_sMissionAudio;
2019-07-12 16:27:12 +00:00
int32 m_anRandomTable[5];
uint8 field_19192;
uint8 m_bUserPause;
uint8 m_bPreviousUserPause;
2019-08-16 18:17:15 +00:00
uint8 field_19195; // time?
2019-08-29 22:44:57 +00:00
uint32 m_nTimeOfRecentCrime;
2019-08-02 15:43:40 +00:00
2019-08-16 18:17:15 +00:00
// getters
2019-08-29 22:44:57 +00:00
uint32 GetFrameCounter() const { return m_nTimeOfRecentCrime; }
2019-08-16 18:17:15 +00:00
float GetReflectionsDistance(int32 idx) const { return m_afReflectionsDistances[idx]; }
2019-08-27 18:50:59 +00:00
int32 GetRandomNumber(int32 idx) const { return m_anRandomTable[idx]; }
2019-06-12 17:56:45 +00:00
2019-08-16 18:17:15 +00:00
// "Should" be in alphabetic order, except "getXTalkSfx"
2019-08-29 22:44:57 +00:00
void AddDetailsToRequestedOrderList(uint8 sample); /// ok (check once more)
2019-07-08 19:44:32 +00:00
void AddPlayerCarSample(uint8 emittingVolume, int32 freq, uint32 sample, uint8 unk1,
2019-08-16 18:17:15 +00:00
uint8 counter, bool notLooping); /// ok
void AddReflectionsToRequestedQueue(); /// ok (check value)
2019-08-29 22:44:57 +00:00
void AddReleasingSounds(); /// ok (check)
2019-08-16 18:17:15 +00:00
void AddSampleToRequestedQueue(); /// ok
2019-08-29 22:44:57 +00:00
void AgeCrimes(); /// ok
2019-07-16 15:03:37 +00:00
void CalculateDistance(bool *ptr, float dist); /// ok
2019-08-27 18:50:59 +00:00
bool CheckForAnAudioFileOnCD() const; /// ok
2019-08-29 22:44:57 +00:00
void ClearActiveSamples(); /// ok
2019-07-16 15:03:37 +00:00
void ClearMissionAudio(); /// ok
void ClearRequestedQueue(); /// ok
2019-07-08 19:44:32 +00:00
int32 ComputeDopplerEffectedFrequency(uint32 oldFreq, float position1, float position2,
2019-10-12 20:21:44 +00:00
float speedMultiplier) const; /// ok
int32 ComputePan(float, CVector *); /// ok
uint8 ComputeVolume(uint8 emittingVolume, float soundIntensity, float distance) const; /// ok
2019-10-27 17:04:13 +00:00
int32 CreateEntity(int32 type, void* entity); /// ok
2019-07-08 19:44:32 +00:00
2019-07-16 15:03:37 +00:00
void DestroyAllGameCreatedEntities(); /// ok
void DestroyEntity(int32 id); /// ok
2019-08-27 18:50:59 +00:00
void DoJumboVolOffset() const; /// ok
2019-07-16 15:03:37 +00:00
void DoPoliceRadioCrackle(); /// ok
2019-07-08 19:44:32 +00:00
2019-08-27 18:50:59 +00:00
// functions returning talk sfx,
// order from GetPedCommentSfx
2019-06-27 16:45:16 +00:00
uint32 GetPlayerTalkSfx(int16 sound);
uint32 GetCopTalkSfx(int16 sound);
uint32 GetSwatTalkSfx(int16 sound);
uint32 GetFBITalkSfx(int16 sound);
uint32 GetArmyTalkSfx(int16 sound);
uint32 GetMedicTalkSfx(int16 sound);
uint32 GetFiremanTalkSfx(int16 sound);
uint32 GetNormalMaleTalkSfx(int16 sound);
uint32 GetTaxiDriverTalkSfx(int16 sound);
uint32 GetPimpTalkSfx(int16 sound);
uint32 GetMafiaTalkSfx(int16 sound);
uint32 GetTriadTalkSfx(int16 sound);
uint32 GetDiabloTalkSfx(int16 sound);
uint32 GetYakuzaTalkSfx(int16 sound);
uint32 GetYardieTalkSfx(int16 sound);
2019-06-29 11:44:20 +00:00
uint32 GetColumbianTalkSfx(int16 sound);
uint32 GetHoodTalkSfx(int16 sound);
uint32 GetBlackCriminalTalkSfx(int16 sound);
uint32 GetWhiteCriminalTalkSfx(int16 sound);
uint32 GetMaleNo2TalkSfx(int16 sound);
uint32 GetBlackProjectMaleTalkSfx(int16 sound, int32 model);
uint32 GetWhiteFatMaleTalkSfx(int16 sound);
uint32 GetBlackFatMaleTalkSfx(int16 sound);
uint32 GetBlackCasualFemaleTalkSfx(int16 sound);
uint32 GetWhiteCasualFemaleTalkSfx(int16 sound);
uint32 GetFemaleNo3TalkSfx(int16 sound);
uint32 GetBlackFatFemaleTalkSfx(int16 sound);
uint32 GetWhiteFatFemaleTalkSfx(int16 sound);
uint32 GetBlackFemaleProstituteTalkSfx(int16 sound);
uint32 GetWhiteFemaleProstituteTalkSfx(int16 sound);
uint32 GetBlackProjectFemaleOldTalkSfx(int16 sound);
uint32 GetBlackProjectFemaleYoungTalkSfx(int16 sound);
uint32 GetChinatownMaleOldTalkSfx(int16 sound);
uint32 GetChinatownMaleYoungTalkSfx(int16 sound);
uint32 GetChinatownFemaleOldTalkSfx(int16 sound);
uint32 GetChinatownFemaleYoungTalkSfx(int16 sound);
uint32 GetLittleItalyMaleTalkSfx(int16 sound);
uint32 GetLittleItalyFemaleOldTalkSfx(int16 sound);
uint32 GetLittleItalyFemaleYoungTalkSfx(int16 sound);
uint32 GetWhiteDockerMaleTalkSfx(int16 sound);
uint32 GetBlackDockerMaleTalkSfx(int16 sound);
uint32 GetScumMaleTalkSfx(int16 sound);
uint32 GetScumFemaleTalkSfx(int16 sound);
uint32 GetWhiteWorkerMaleTalkSfx(int16 sound);
uint32 GetBlackWorkerMaleTalkSfx(int16 sound);
uint32 GetBusinessMaleYoungTalkSfx(int16 sound, int32 model);
uint32 GetBusinessMaleOldTalkSfx(int16 sound);
uint32 GetWhiteBusinessFemaleTalkSfx(int16 sound, int32 model);
uint32 GetBlackBusinessFemaleTalkSfx(int16 sound);
uint32 GetSupermodelMaleTalkSfx(int16 sound);
uint32 GetSupermodelFemaleTalkSfx(int16 sound);
uint32 GetStewardMaleTalkSfx(int16 sound);
uint32 GetStewardFemaleTalkSfx(int16 sound);
uint32 GetFanMaleTalkSfx(int16 sound, int32 model);
uint32 GetFanFemaleTalkSfx(int16 sound);
uint32 GetHospitalMaleTalkSfx(int16 sound);
uint32 GetHospitalFemaleTalkSfx(int16 sound);
uint32 GetWhiteConstructionWorkerTalkSfx(int16 sound);
uint32 GetBlackConstructionWorkerTalkSfx(int16 sound);
uint32 GetShopperFemaleTalkSfx(int16 sound, int32 model);
uint32 GetStudentMaleTalkSfx(int16 sound);
uint32 GetStudentFemaleTalkSfx(int16 sound);
uint32 GetCasualMaleOldTalkSfx(int16 sound);
2019-06-30 16:38:53 +00:00
uint32 GetSpecialCharacterTalkSfx(int32 modelIndex, int32 sound);
uint32 GetEightTalkSfx(int16 sound);
uint32 GetFrankieTalkSfx(int16 sound);
uint32 GetMistyTalkSfx(int16 sound);
uint32 GetOJGTalkSfx(int16 sound);
uint32 GetCatatalinaTalkSfx(int16 sound);
uint32 GetBomberTalkSfx(int16 sound);
uint32 GetSecurityGuardTalkSfx(int16 sound);
uint32 GetChunkyTalkSfx(int16 sound);
2019-06-27 16:45:16 +00:00
uint32 GetGenericMaleTalkSfx(int16 sound);
2019-06-29 11:44:20 +00:00
uint32 GetGenericFemaleTalkSfx(int16 sound);
2019-08-27 18:50:59 +00:00
// end of functions returning talk sfx
2019-07-08 19:44:32 +00:00
2019-08-27 18:50:59 +00:00
void GenerateIntegerRandomNumberTable(); /// ok
char *Get3DProviderName(uint8 id) const;
uint8 GetCDAudioDriveLetter() const;
2019-08-16 18:17:15 +00:00
int8 GetCurrent3DProviderIndex() const; /// ok
2019-08-27 18:50:59 +00:00
float GetCollisionLoopingRatio(uint32 a, uint32 b, float c) const; // not used
2019-09-21 20:10:35 +00:00
float GetCollisionOneShotRatio(int32 a, float b) const; /// ok
2019-08-27 18:50:59 +00:00
float GetCollisionRatio(float a, float b, float c, float d) const; /// ok
2019-08-16 18:17:15 +00:00
float GetDistanceSquared(CVector *v) const; /// ok
int32 GetJumboTaxiFreq() const; /// ok
bool GetMissionAudioLoadingStatus() const; /// ok
char GetMissionScriptPoliceAudioPlayingStatus() const; /// ok
2019-08-27 18:50:59 +00:00
uint8 GetNum3DProvidersAvailable() const;
int32 GetPedCommentSfx(CPed *ped, int32 sound);
void GetPhrase(uint32 *phrase, uint32 *prevPhrase, uint32 sample, uint32 maxOffset) const;
2019-08-29 22:44:57 +00:00
float GetVehicleDriveWheelSkidValue(uint8 wheel, CAutomobile *automobile,
cTransmission *transmission,
float velocityChange); /// ok
float GetVehicleNonDriveWheelSkidValue(uint8 wheel, CAutomobile *automobile,
cTransmission *transmission,
float velocityChange); /// ok
2019-08-16 18:17:15 +00:00
bool HasAirBrakes(int32 model) const; /// ok
void Initialise(); /// ok
2019-08-29 22:44:57 +00:00
void InitialisePoliceRadio(); /// ok
2019-09-24 11:33:16 +00:00
void InitialisePoliceRadioZones(); /// ok
2019-08-16 18:17:15 +00:00
void InterrogateAudioEntities(); /// ok
2019-08-27 18:50:59 +00:00
bool IsAudioInitialised() const; /// ok
2019-08-16 18:17:15 +00:00
bool IsMissionAudioSampleFinished(); /// ok
2019-08-27 18:50:59 +00:00
bool IsMP3RadioChannelAvailable() const;
2019-08-16 18:17:15 +00:00
bool MissionScriptAudioUsesPoliceChannel(int32 soundMission) const; /// ok
void PlayLoadedMissionAudio(); /// ok
2019-09-27 21:19:43 +00:00
void PlayOneShot(int32 index, int16 sound, float vol); /// ok
void PlaySuspectLastSeen(float x, float y, float z); /// ok
2019-08-27 18:50:59 +00:00
void PlayerJustGotInCar() const; /// ok
void PlayerJustLeftCar() const; /// ok
2019-08-16 18:17:15 +00:00
void PostInitialiseGameSpecificSetup(); /// ok
void PostTerminateGameSpecificShutdown(); /// ok
void PreInitialiseGameSpecificSetup() const; /// ok
void PreloadMissionAudio(const char *name); /// ok
2019-10-12 20:21:44 +00:00
void PreTerminateGameSpecificShutdown(); /// ok
2019-08-16 18:17:15 +00:00
/// processX - main logic of adding new sounds
2019-07-08 19:44:32 +00:00
void ProcessActiveQueues(); // todo
2019-07-16 15:03:37 +00:00
bool ProcessAirBrakes(cVehicleParams *params); /// ok
void ProcessAirportScriptObject(uint8 sound); /// ok
2019-08-02 15:43:40 +00:00
bool ProcessBoatEngine(cVehicleParams *params); /// ok
bool ProcessBoatMovingOverWater(cVehicleParams *params); /// ok
void ProcessBridge(); /// ok
2019-07-16 15:03:37 +00:00
void ProcessBridgeMotor(); /// ok
2019-08-02 15:43:40 +00:00
void ProcessBridgeOneShots(); /// ok
2019-07-16 15:03:37 +00:00
void ProcessBridgeWarning(); /// ok
2019-08-02 15:43:40 +00:00
bool ProcessCarBombTick(cVehicleParams *params); /// ok
2019-07-08 19:44:32 +00:00
void ProcessCesna(void *); // todo requires CPlane
2019-07-16 15:03:37 +00:00
void ProcessCinemaScriptObject(uint8 sound); /// ok
2019-07-08 19:44:32 +00:00
void ProcessCrane(); // todo requires CCrane
2019-07-16 15:03:37 +00:00
void ProcessDocksScriptObject(uint8 sound); /// ok
2019-08-02 15:43:40 +00:00
bool ProcessEngineDamage(cVehicleParams *params); /// ok
void ProcessEntity(int32 sound); /// ok
void ProcessExplosions(int32 explosion); /// ok
void ProcessFireHydrant(); /// ok
void ProcessFires(int32 entity); // todo requires gFireManager
void ProcessFrontEnd(); /// ok
void ProcessGarages(); // todo requires CGarages::aGarages
bool ProcessHelicopter(cVehicleParams *params); /// ok
void ProcessHomeScriptObject(uint8 sound); /// ok
void ProcessJumbo(cVehicleParams *); /// ok
void ProcessJumboAccel(CPlane *plane); /// ok
void ProcessJumboDecel(CPlane *plane); /// ok
void ProcessJumboFlying(); /// ok
void ProcessJumboLanding(CPlane *plane); /// ok
void ProcessJumboTakeOff(CPlane *plane); /// ok
void ProcessJumboTaxi(); /// ok
void ProcessLaunderetteScriptObject(uint8 sound); /// ok
void ProcessLoopingScriptObject(uint8 sound); /// ok
2019-08-16 18:17:15 +00:00
void ProcessMissionAudio(); /// ok
2019-08-29 22:44:57 +00:00
void ProcessModelCarEngine(cVehicleParams *params); /// ok
2019-08-16 18:17:15 +00:00
void ProcessOneShotScriptObject(uint8 sound); /// ok
void ProcessPed(CPhysical *ped); /// ok
void ProcessPedHeadphones(cPedParams *params); /// ok
void ProcessPedOneShots(cPedParams *params); // todo later (weird)
void ProcessPhysical(int32 id); /// ok
void ProcessPlane(cVehicleParams *params); /// ok
2019-08-02 15:43:40 +00:00
void ProcessPlayersVehicleEngine(cVehicleParams *params,
2019-09-24 11:33:16 +00:00
CAutomobile *automobile); /// ok
2019-08-29 22:44:57 +00:00
void ProcessPoliceCellBeatingScriptObject(uint8 sound); /// ok
2019-08-02 15:43:40 +00:00
void ProcessPornCinema(uint8 sound); /// ok
2019-09-24 11:33:16 +00:00
void ProcessProjectiles(); /// ok
2019-08-02 15:43:40 +00:00
void ProcessRainOnVehicle(cVehicleParams *params); /// ok
2019-08-27 18:50:59 +00:00
void ProcessReverb() const; /// ok
2019-08-16 18:17:15 +00:00
bool ProcessReverseGear(cVehicleParams *a2); /// ok
void ProcessSawMillScriptObject(uint8 sound); /// ok
void ProcessScriptObject(int32 id); /// ok
void ProcessShopScriptObject(uint8 sound); /// ok
void ProcessSpecial(); /// ok
bool ProcessTrainNoise(cVehicleParams *params); /// ok
2019-09-24 11:33:16 +00:00
void ProcessVehicle(CVehicle *vehicle); /// ok
2019-08-16 18:17:15 +00:00
bool ProcessVehicleDoors(cVehicleParams *params); /// ok
2019-09-24 11:33:16 +00:00
bool ProcessVehicleEngine(cVehicleParams *params); // todo
void ProcessVehicleHorn(cVehicleParams *params); /// ok
2019-08-29 22:44:57 +00:00
void ProcessVehicleOneShots(void *); // todo
2019-08-16 18:17:15 +00:00
bool ProcessVehicleReverseWarning(cVehicleParams *params); /// ok
bool ProcessVehicleRoadNoise(cVehicleParams *params); /// ok
2019-08-29 22:44:57 +00:00
void ProcessVehicleSirenOrAlarm(void *); // todo
void ProcessVehicleSkidding(cVehicleParams *params); /// ok
2019-09-24 11:33:16 +00:00
void ProcessWaterCannon(int32); /// ok
2019-08-29 22:44:57 +00:00
void ProcessWeather(int32 id); /// ok
bool ProcessWetRoadNoise(cVehicleParams *params); /// ok
void ProcessWorkShopScriptObject(uint8 sound); /// ok
2019-07-31 15:54:18 +00:00
2019-08-27 18:50:59 +00:00
int32 RandomDisplacement(uint32 seed) const;
void ReacquireDigitalHandle() const;
void ReleaseDigitalHandle() const;
2019-08-29 22:44:57 +00:00
void ReportCollision(CEntity *entity1, CEntity *entity2, uint8 surface1, uint8 surface2,
float collisionPower, float intensity2); /// ok
2019-09-21 20:10:35 +00:00
void ReportCrime(int32 crime, const CVector *pos); /// ok
2019-10-27 17:04:13 +00:00
void ResetAudioLogicTimers(uint32 timer); /// ok
2019-09-21 20:10:35 +00:00
void ResetPoliceRadio(); /// ok
void ResetTimers(uint32 time); /// ok
2019-08-29 22:44:57 +00:00
2019-09-21 20:10:35 +00:00
void Service(); /// ok
2019-08-29 22:44:57 +00:00
void ServiceCollisions(); // todo
void ServicePoliceRadio(); /// ok
void ServicePoliceRadioChannel(int32 wantedLevel); /// ok
void ServiceSoundEffects(); /// ok
int8 SetCurrent3DProvider(uint8 which); /// ok
2019-08-27 18:50:59 +00:00
void SetDynamicAcousticModelingStatus(bool status);
void SetEffectsFadeVolume(uint8 volume) const;
void SetEffectsMasterVolume(uint8 volume) const;
2019-10-27 17:04:13 +00:00
void SetEntityStatus(int32 id, uint8 status);
2019-09-24 11:33:16 +00:00
uint32 SetLoopingCollisionRequestedSfxFreqAndGetVol(cAudioCollision *audioCollision); /// ok
2019-08-27 18:50:59 +00:00
void SetMissionAudioLocation(float x, float y, float z);
void SetMissionScriptPoliceAudio(int32 sfx) const;
2019-08-29 22:44:57 +00:00
void SetMonoMode(uint8); // todo (mobile)
2019-08-27 18:50:59 +00:00
void SetMusicFadeVolume(uint8 volume) const;
void SetMusicMasterVolume(uint8 volume) const;
void SetSpeakerConfig(int32 conf) const;
2019-09-21 20:10:35 +00:00
void SetUpLoopingCollisionSound(cAudioCollision *col, uint8 counter); /// ok
void SetUpOneShotCollisionSound(cAudioCollision *col); /// ok
2019-09-27 21:19:43 +00:00
bool SetupCrimeReport(); /// ok
2019-09-21 20:10:35 +00:00
bool SetupJumboEngineSound(uint8 a2, int32 a3); // todo
bool SetupJumboFlySound(uint8 emittingVol); /// ok
bool SetupJumboRumbleSound(uint8 emittingVol); /// ok
bool SetupJumboTaxiSound(uint8 vol); /// ok
bool SetupJumboWhineSound(uint8 emittingVol, int32 freq); /// ok
void SetupPedComments(cPedParams *params, uint32 sound); /// ok
2019-09-27 21:19:43 +00:00
void SetupSuspectLastSeenReport(); /// ok
2019-08-27 18:50:59 +00:00
void Terminate();
2019-08-29 22:44:57 +00:00
void TranslateEntity(CVector *v1, CVector *v2) const;
2019-08-27 18:50:59 +00:00
2019-08-29 22:44:57 +00:00
void UpdateGasPedalAudio(CAutomobile *automobile);
2019-11-04 23:31:50 +00:00
void UpdateReflections();
2019-08-27 18:50:59 +00:00
bool UsesReverseWarning(int32 model) const;
bool UsesSiren(int32 model) const;
bool UsesSirenSwitching(int32 model) const;
2019-08-29 22:44:57 +00:00
2019-10-19 11:21:35 +00:00
// only used in pc
void AdjustSamplesVolume(); /// ok
int32 ComputeEmittingVolume(uint8 emittingVolume, float intensity,
float dist); /// ok
};
2019-07-31 15:54:18 +00:00
static_assert(sizeof(cAudioManager) == 19220, "cAudioManager: error");
2019-06-12 17:56:45 +00:00
extern cAudioManager &AudioManager;