#include <Z2Audience.h>
|
| | Z2Audience () |
| |
| void | setAudioCamera (f32(*)[4], Vec &, Vec &, f32, f32, bool, int camID, bool) |
| |
| f32 | calcOffMicSound (f32) |
| |
| void | setTargetVolume (f32 volume, int index) |
| |
| bool | convertAbsToRel (Vec &src, Vec *dst, int camID) |
| |
| f32 | calcRelPosVolume (const Vec &, f32, int camID) |
| |
| f32 | calcRelPosPan (const Vec &, int camID) |
| |
| f32 | calcRelPosDolby (const Vec &, int camID) |
| |
| f32 | calcVolume_ (f32, int distVolBit) const |
| |
| u32 | calcDeltaPriority_ (f32, int distVolBit, bool) const |
| |
| f32 | calcPitchDoppler_ (const JGeometry::TVec3< f32 > &, const JGeometry::TVec3< f32 > &, const JGeometry::TVec3< f32 > &, f32) const |
| |
| f32 | calcFxMix_ (f32, int distVolBit) const |
| |
| f32 | calcPitch_ (Z2AudibleChannel *channel, const Z2Audible *audible, const Z2AudioCamera *camera) const |
| |
| virtual | ~Z2Audience () |
| |
| virtual JAIAudible * | newAudible (const JGeometry::TVec3< f32 > &pos, JAISoundID soundID, const JGeometry::TVec3< f32 > *, u32) |
| |
| virtual int | getMaxChannels () |
| |
| virtual void | deleteAudible (JAIAudible *audible) |
| |
| virtual u32 | calcPriority (JAIAudible *audible) |
| |
| virtual void | mixChannelOut (const JASSoundParams &outParams, JAIAudible *audible, int channelNum) |
| |
| bool | isActive () const |
| |
| Z2SpotMic * | getLinkMic () |
| |
| JGeometry::TVec3< f32 > | getAudioCamPos (int camID) |
| |
| Z2Audience3DSetting * | getSetting () |
| |
| const Z2AudioCamera * | getAudioCamera (int camID) const |
| |
| virtual | ~JAIAudience () |
| |
| JAUSectionHeap * | sInstance |
| |
| JAUSectionHeap * | sInstance |
| |
| JAUSectionHeap * | sInstance |
| |
| AUDIO_INSTANCES JAUSectionHeap * | sInstance |
| |
| JAUSectionHeap * | sInstance |
| |
| JAUSectionHeap * | sInstance |
| |
| JAUSectionHeap * | sInstance |
| |
| JAUSectionHeap * | sInstance |
| |
| JAUSectionHeap * | sInstance |
| |
| AUDIO_INSTANCES JAUSectionHeap * | sInstance |
| |
| JAUSectionHeap * | sInstance |
| |
| Z2WolfHowlMgr * | sInstance |
| |
| Z2EnvSeMgr * | sInstance |
| |
| Z2FxLineMgr * | sInstance |
| |
| Z2Audience * | sInstance |
| |
| Z2SoundObjMgr * | sInstance |
| |
| Z2SoundInfo * | sInstance |
| |
| JAUSoundInfo * | sInstance |
| |
| JAUSoundNameTable * | sInstance |
| |
| JAUSoundTable * | sInstance |
| |
| JAISoundInfo * | sInstance |
| |
| Z2SoundMgr * | sInstance |
| |
| JAIStreamMgr * | sInstance |
| |
| JAISeqMgr * | sInstance |
| |
| JAISeMgr * | sInstance |
| |
| Z2SpeechMgr2 * | sInstance |
| |
| Z2SoundStarter * | sInstance |
| |
| JAISoundStarter * | sInstance |
| |
| Z2StatusMgr * | sInstance |
| |
| Z2SceneMgr * | sInstance |
| |
| Z2SeqMgr * | sInstance |
| |
| Z2SeMgr * | sInstance |
| |
| JASAudioThread * | sInstance |
| |
| JASDefaultBankTable * | sInstance |
| |
| | JASGlobalInstance (Z2Audience *inst) |
| |
| | JASGlobalInstance (bool setInstance) |
| |
| | ~JASGlobalInstance () |
| |
◆ Z2Audience()
| Z2Audience::Z2Audience |
( |
| ) |
|
◆ ~Z2Audience()
| Z2Audience::~Z2Audience |
( |
| ) |
|
|
virtual |
◆ calcDeltaPriority_()
| u32 Z2Audience::calcDeltaPriority_ |
( |
f32 | param_0, |
|
|
int | distVolBit, |
|
|
bool | param_2 ) const |
◆ calcFxMix_()
| f32 Z2Audience::calcFxMix_ |
( |
f32 | param_0, |
|
|
int | distVolBit ) const |
◆ calcOffMicSound()
| f32 Z2Audience::calcOffMicSound |
( |
f32 | param_0 | ) |
|
◆ calcPitch_()
◆ calcPitchDoppler_()
◆ calcPriority()
◆ calcRelPosDolby()
| f32 Z2Audience::calcRelPosDolby |
( |
const Vec & | param_0, |
|
|
int | camID ) |
◆ calcRelPosPan()
| f32 Z2Audience::calcRelPosPan |
( |
const Vec & | param_0, |
|
|
int | camID ) |
◆ calcRelPosVolume()
| f32 Z2Audience::calcRelPosVolume |
( |
const Vec & | param_0, |
|
|
f32 | param_1, |
|
|
int | camID ) |
◆ calcVolume_()
| f32 Z2Audience::calcVolume_ |
( |
f32 | param_0, |
|
|
int | distVolBit ) const |
◆ convertAbsToRel()
| bool Z2Audience::convertAbsToRel |
( |
Vec & | src, |
|
|
Vec * | dst, |
|
|
int | camID ) |
◆ deleteAudible()
| void Z2Audience::deleteAudible |
( |
JAIAudible * | audible | ) |
|
|
virtual |
◆ getAudioCamera()
| const Z2AudioCamera * Z2Audience::getAudioCamera |
( |
int | camID | ) |
const |
|
inline |
◆ getAudioCamPos()
◆ getLinkMic()
◆ getMaxChannels()
| int Z2Audience::getMaxChannels |
( |
| ) |
|
|
virtual |
◆ getSetting()
◆ isActive()
| bool Z2Audience::isActive |
( |
| ) |
const |
◆ mixChannelOut()
◆ newAudible()
◆ setAudioCamera()
| void Z2Audience::setAudioCamera |
( |
f32(*) | param_0[4], |
|
|
Vec & | pos, |
|
|
Vec & | param_2, |
|
|
f32 | param_3, |
|
|
f32 | param_4, |
|
|
bool | param_5, |
|
|
int | camID, |
|
|
bool | param_7 ) |
◆ setTargetVolume()
| void Z2Audience::setTargetVolume |
( |
f32 | volume, |
|
|
int | index ) |
◆ field_0x1d8
| u8 Z2Audience::field_0x1d8[4] |
◆ field_0x4
| f32 Z2Audience::field_0x4 |
◆ field_0x8
◆ mAudioCamera
◆ mLinkMic
◆ mNumPlayers
| s32 Z2Audience::mNumPlayers |
◆ mSetting
◆ mSpotMic
◆ mUsingOffMicVol
| bool Z2Audience::mUsingOffMicVol |
The documentation for this struct was generated from the following files: