2019-11-20 16:21:32 +00:00
|
|
|
|
//-------------------------------------------------------------------------
|
|
|
|
|
/*
|
|
|
|
|
Copyright (C) 2010-2019 EDuke32 developers and contributors
|
|
|
|
|
Copyright (C) 2019 Nuke.YKT, sirlemonhead
|
|
|
|
|
This file is part of PCExhumed.
|
|
|
|
|
PCExhumed is free software; you can redistribute it and/or
|
|
|
|
|
modify it under the terms of the GNU General Public License version 2
|
|
|
|
|
as published by the Free Software Foundation.
|
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
|
|
|
See the GNU General Public License for more details.
|
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
|
|
|
along with this program; if not, write to the Free Software
|
|
|
|
|
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
|
|
|
*/
|
|
|
|
|
//-------------------------------------------------------------------------
|
2019-11-22 23:11:37 +00:00
|
|
|
|
#include "ns.h"
|
2020-08-26 18:22:11 +00:00
|
|
|
|
#include "mmulti.h"
|
2019-09-18 16:11:06 +00:00
|
|
|
|
#include "compat.h"
|
|
|
|
|
#include "build.h"
|
|
|
|
|
#include "engine.h"
|
|
|
|
|
#include "exhumed.h"
|
2019-08-26 03:59:14 +00:00
|
|
|
|
#include "sound.h"
|
2020-08-18 07:52:08 +00:00
|
|
|
|
#include "aistuff.h"
|
2019-09-18 16:11:06 +00:00
|
|
|
|
#include "player.h"
|
|
|
|
|
#include "sequence.h"
|
2020-04-12 06:09:38 +00:00
|
|
|
|
#include "raze_sound.h"
|
2020-08-23 14:24:54 +00:00
|
|
|
|
#include "mapinfo.h"
|
2019-08-26 03:59:14 +00:00
|
|
|
|
|
2019-11-22 23:11:37 +00:00
|
|
|
|
BEGIN_PS_NS
|
|
|
|
|
|
2019-09-18 16:11:06 +00:00
|
|
|
|
const char *SoundFiles[kMaxSoundFiles] =
|
2019-08-26 03:59:14 +00:00
|
|
|
|
{
|
|
|
|
|
"spl_big",
|
|
|
|
|
"spl_smal",
|
|
|
|
|
"bubble_l",
|
|
|
|
|
"grn_drop",
|
|
|
|
|
"p_click",
|
|
|
|
|
"grn_roll",
|
|
|
|
|
"cosprite",
|
|
|
|
|
"m_chant0",
|
|
|
|
|
"anu_icu",
|
|
|
|
|
"item_reg",
|
|
|
|
|
"item_spe", // 10
|
|
|
|
|
"item_key",
|
|
|
|
|
"torch_on", // 12
|
|
|
|
|
"jon_bnst",
|
|
|
|
|
"jon_gasp",
|
|
|
|
|
"jon_land",
|
|
|
|
|
"jon_gags",
|
|
|
|
|
"jon_fall",
|
|
|
|
|
"jon_drwn",
|
|
|
|
|
"jon_air1",
|
|
|
|
|
"jon_glp1", // 20
|
|
|
|
|
"jon_bbwl",
|
|
|
|
|
"jon_pois",
|
|
|
|
|
"amb_ston",
|
|
|
|
|
"cat_icu",
|
|
|
|
|
"bubble_h",
|
|
|
|
|
"set_land",
|
|
|
|
|
"jon_hlnd",
|
|
|
|
|
"jon_laf2",
|
|
|
|
|
"spi_jump",
|
|
|
|
|
"jon_scub", // 30
|
|
|
|
|
"item_use",
|
|
|
|
|
"tr_arrow",
|
|
|
|
|
"swi_foot",
|
|
|
|
|
"swi_ston",
|
|
|
|
|
"swi_wtr1",
|
|
|
|
|
"tr_fire",
|
|
|
|
|
"m_skull5",
|
|
|
|
|
"spi_atak",
|
|
|
|
|
"anu_hit",
|
|
|
|
|
"fishdies", // 40
|
|
|
|
|
"scrp_icu",
|
|
|
|
|
"jon_wade",
|
|
|
|
|
"amb_watr",
|
|
|
|
|
"tele_1",
|
|
|
|
|
"wasp_stg",
|
|
|
|
|
"res",
|
|
|
|
|
"drum4",
|
|
|
|
|
"rex_icu",
|
|
|
|
|
"m_hits_u",
|
|
|
|
|
"q_tail", // 50
|
|
|
|
|
"vatr_mov",
|
|
|
|
|
"jon_hit3",
|
|
|
|
|
"jon_t_2", // 53
|
|
|
|
|
"jon_t_1",
|
|
|
|
|
"jon_t_5",
|
|
|
|
|
"jon_t_6",
|
|
|
|
|
"jon_t_8",
|
|
|
|
|
"jon_t_4",
|
|
|
|
|
"rasprit1",
|
|
|
|
|
"jon_fdie", // 60
|
|
|
|
|
"wijaf1",
|
|
|
|
|
"ship_1",
|
|
|
|
|
"saw_on",
|
|
|
|
|
"ra_on",
|
|
|
|
|
"amb_ston", // 65
|
|
|
|
|
"vatr_stp", // 66
|
|
|
|
|
"mana1",
|
|
|
|
|
"mana2",
|
|
|
|
|
"ammo",
|
|
|
|
|
"pot_pc1", // 70?
|
|
|
|
|
"pot_pc2",
|
|
|
|
|
"weapon",
|
|
|
|
|
"alarm",
|
|
|
|
|
"tick1",
|
|
|
|
|
"scrp_zap", // 75
|
|
|
|
|
"jon_t_3",
|
|
|
|
|
"jon_laf1",
|
|
|
|
|
"blasted",
|
|
|
|
|
"jon_air2" // 79
|
|
|
|
|
};
|
|
|
|
|
|
2019-12-25 22:37:16 +00:00
|
|
|
|
short nStopSound;
|
|
|
|
|
short nStoneSound;
|
|
|
|
|
short nSwitchSound;
|
|
|
|
|
short nLocalEyeSect;
|
|
|
|
|
short nElevSound;
|
|
|
|
|
short nCreepyTimer;
|
2019-08-26 03:59:14 +00:00
|
|
|
|
|
2019-12-27 21:17:36 +00:00
|
|
|
|
bool looped[kMaxSounds];
|
2019-08-26 03:59:14 +00:00
|
|
|
|
|
2019-12-27 21:17:36 +00:00
|
|
|
|
short StaticSound[kMaxSounds];
|
2019-12-25 22:37:16 +00:00
|
|
|
|
int fakesources[] = { 0, 1, 2, 3 };
|
2020-02-24 23:40:51 +00:00
|
|
|
|
int swirlysources[4]= { 0, 1, 2, 3 };
|
2020-02-28 18:56:37 +00:00
|
|
|
|
FVector3 amb, creepy;
|
2019-09-18 16:11:06 +00:00
|
|
|
|
|
2020-02-23 19:40:45 +00:00
|
|
|
|
int nLocalChan = 0;
|
2019-09-19 02:12:24 +00:00
|
|
|
|
|
2019-12-25 22:37:16 +00:00
|
|
|
|
//==========================================================================
|
|
|
|
|
//
|
|
|
|
|
//
|
|
|
|
|
//
|
|
|
|
|
//==========================================================================
|
2019-09-18 16:11:06 +00:00
|
|
|
|
|
2019-12-25 22:37:16 +00:00
|
|
|
|
class EXSoundEngine : public SoundEngine
|
2019-08-26 03:59:14 +00:00
|
|
|
|
{
|
2019-12-25 22:37:16 +00:00
|
|
|
|
// client specific parts of the sound engine go in this class.
|
|
|
|
|
void CalcPosVel(int type, const void* source, const float pt[3], int channum, int chanflags, FSoundID chanSound, FVector3* pos, FVector3* vel, FSoundChan* chan) override;
|
|
|
|
|
TArray<uint8_t> ReadSound(int lumpnum) override;
|
2019-08-26 03:59:14 +00:00
|
|
|
|
|
2019-12-25 22:37:16 +00:00
|
|
|
|
public:
|
|
|
|
|
EXSoundEngine()
|
2019-08-31 07:47:15 +00:00
|
|
|
|
{
|
2020-02-25 18:40:39 +00:00
|
|
|
|
S_Rolloff.RolloffType = ROLLOFF_Doom;
|
2019-12-25 22:37:16 +00:00
|
|
|
|
S_Rolloff.MinDistance = 0;
|
2020-02-25 18:40:39 +00:00
|
|
|
|
S_Rolloff.MaxDistance = 1536;
|
2019-08-31 07:47:15 +00:00
|
|
|
|
}
|
2020-04-12 06:09:38 +00:00
|
|
|
|
|
|
|
|
|
void StopChannel(FSoundChan* chan) override
|
|
|
|
|
{
|
|
|
|
|
if (chan && chan->SysChannel != NULL && !(chan->ChanFlags & CHANF_EVICTED) && chan->SourceType == SOURCE_Actor)
|
|
|
|
|
{
|
|
|
|
|
chan->Source = NULL;
|
|
|
|
|
chan->SourceType = SOURCE_Unattached;
|
|
|
|
|
}
|
|
|
|
|
SoundEngine::StopChannel(chan);
|
|
|
|
|
}
|
|
|
|
|
|
2019-12-25 22:37:16 +00:00
|
|
|
|
};
|
2019-09-19 02:12:24 +00:00
|
|
|
|
|
2019-12-25 22:37:16 +00:00
|
|
|
|
//==========================================================================
|
|
|
|
|
//
|
|
|
|
|
//
|
|
|
|
|
//
|
|
|
|
|
//==========================================================================
|
2019-08-26 03:59:14 +00:00
|
|
|
|
|
2019-12-25 22:37:16 +00:00
|
|
|
|
TArray<uint8_t> EXSoundEngine::ReadSound(int lumpnum)
|
2019-08-26 03:59:14 +00:00
|
|
|
|
{
|
2019-12-25 22:37:16 +00:00
|
|
|
|
auto wlump = fileSystem.OpenFileReader(lumpnum);
|
|
|
|
|
return wlump.Read();
|
2019-09-18 16:11:06 +00:00
|
|
|
|
}
|
|
|
|
|
|
2019-08-26 03:59:14 +00:00
|
|
|
|
|
2019-12-25 22:37:16 +00:00
|
|
|
|
//==========================================================================
|
|
|
|
|
//
|
|
|
|
|
//
|
|
|
|
|
//
|
|
|
|
|
//==========================================================================
|
2019-09-18 16:11:06 +00:00
|
|
|
|
|
2019-12-27 21:17:36 +00:00
|
|
|
|
int LoadSound(const char* name)
|
|
|
|
|
{
|
|
|
|
|
FString nname(name, 8);
|
|
|
|
|
int sndid = soundEngine->FindSoundNoHash(nname.GetChars());
|
|
|
|
|
if (sndid > 0) return sndid - 1;
|
|
|
|
|
|
|
|
|
|
FStringf filename("%s.voc", nname.GetChars());
|
2020-01-27 21:29:45 +00:00
|
|
|
|
auto lump = S_LookupSound(filename);
|
2019-12-27 21:17:36 +00:00
|
|
|
|
if (lump > 0)
|
|
|
|
|
{
|
|
|
|
|
auto &S_sfx = soundEngine->GetSounds();
|
|
|
|
|
S_sfx.Reserve(1);
|
|
|
|
|
int retval = S_sfx.Size() - 2;
|
|
|
|
|
auto check = fileSystem.GetFileData(lump);
|
|
|
|
|
if (check.Size() > 26 && check[26] == 6 && !memcmp("Creative Voice File", check.Data(), 19))
|
|
|
|
|
{
|
|
|
|
|
// This game uses the actual loop point information in the sound data as its only means to check if a sound is looped.
|
|
|
|
|
looped[retval] = true;
|
|
|
|
|
}
|
|
|
|
|
auto& newsfx = S_sfx.Last();
|
|
|
|
|
newsfx.Clear();
|
|
|
|
|
newsfx.name = nname;
|
|
|
|
|
newsfx.lumpnum = lump;
|
|
|
|
|
newsfx.NearLimit = 6;
|
|
|
|
|
newsfx.bTentative = false;
|
|
|
|
|
soundEngine->CacheSound(retval + 1);
|
|
|
|
|
return retval;
|
|
|
|
|
}
|
|
|
|
|
else if (!ISDEMOVER) // demo tries to load sound files it doesn't have
|
|
|
|
|
{
|
|
|
|
|
Printf("Unable to open sound '%s'!\n", filename.GetChars());
|
|
|
|
|
}
|
2019-12-28 17:20:47 +00:00
|
|
|
|
return -1;
|
2019-12-27 21:17:36 +00:00
|
|
|
|
}
|
|
|
|
|
//==========================================================================
|
|
|
|
|
//
|
|
|
|
|
//
|
|
|
|
|
//
|
|
|
|
|
//==========================================================================
|
|
|
|
|
|
2019-12-25 22:37:16 +00:00
|
|
|
|
void InitFX(void)
|
2019-09-18 16:11:06 +00:00
|
|
|
|
{
|
2019-12-25 22:37:16 +00:00
|
|
|
|
if (soundEngine) return; // just in case.
|
|
|
|
|
soundEngine = new EXSoundEngine;
|
2019-09-18 16:11:06 +00:00
|
|
|
|
|
2019-12-25 22:37:16 +00:00
|
|
|
|
auto& S_sfx = soundEngine->GetSounds();
|
2019-12-27 21:17:36 +00:00
|
|
|
|
S_sfx.Resize(1);
|
|
|
|
|
S_sfx[0].Clear(); S_sfx[0].lumpnum = sfx_empty;
|
2019-12-25 22:37:16 +00:00
|
|
|
|
for (size_t i = 0; i < kMaxSoundFiles; i++)
|
2019-09-18 16:11:06 +00:00
|
|
|
|
{
|
2019-12-27 21:17:36 +00:00
|
|
|
|
StaticSound[i] = LoadSound(SoundFiles[i]);
|
2019-09-18 16:11:06 +00:00
|
|
|
|
}
|
2019-12-25 22:37:16 +00:00
|
|
|
|
soundEngine->HashSounds();
|
|
|
|
|
nCreepyTimer = kCreepyCount;
|
|
|
|
|
}
|
2019-09-18 16:11:06 +00:00
|
|
|
|
|
2019-08-26 03:59:14 +00:00
|
|
|
|
|
2019-12-25 22:37:16 +00:00
|
|
|
|
//==========================================================================
|
|
|
|
|
//
|
|
|
|
|
//
|
|
|
|
|
//
|
|
|
|
|
//==========================================================================
|
2019-08-26 03:59:14 +00:00
|
|
|
|
|
2020-02-23 19:40:45 +00:00
|
|
|
|
void GetSpriteSoundPitch(int* pVolume, int* pPitch)
|
2019-08-26 03:59:14 +00:00
|
|
|
|
{
|
2020-02-23 19:40:45 +00:00
|
|
|
|
int nSoundSect = nPlayerViewSect[nLocalPlayer];
|
|
|
|
|
int nLocalSectFlags = SectFlag[nSoundSect];
|
|
|
|
|
if (nLocalSectFlags & kSectUnderwater)
|
2019-09-18 16:11:06 +00:00
|
|
|
|
{
|
|
|
|
|
*pVolume >>= 1;
|
|
|
|
|
*pPitch -= 1200;
|
|
|
|
|
}
|
|
|
|
|
}
|
2019-08-26 03:59:14 +00:00
|
|
|
|
|
2019-12-25 22:37:16 +00:00
|
|
|
|
//==========================================================================
|
|
|
|
|
//
|
|
|
|
|
//
|
|
|
|
|
//
|
|
|
|
|
//==========================================================================
|
|
|
|
|
|
2019-09-18 16:11:06 +00:00
|
|
|
|
void BendAmbientSound(void)
|
|
|
|
|
{
|
2020-02-23 19:40:45 +00:00
|
|
|
|
soundEngine->EnumerateChannels([](FSoundChan* chan)
|
|
|
|
|
{
|
2020-02-29 11:33:35 +00:00
|
|
|
|
if (chan->SourceType == SOURCE_Ambient && chan->Source == &amb)
|
2020-02-23 19:40:45 +00:00
|
|
|
|
{
|
|
|
|
|
soundEngine->SetPitch(chan, (nDronePitch + 11800) / 11025.f);
|
|
|
|
|
}
|
|
|
|
|
return 1;
|
|
|
|
|
});
|
2019-08-26 03:59:14 +00:00
|
|
|
|
}
|
|
|
|
|
|
2019-12-25 22:37:16 +00:00
|
|
|
|
//==========================================================================
|
|
|
|
|
//
|
|
|
|
|
//
|
|
|
|
|
//
|
|
|
|
|
//==========================================================================
|
2019-08-26 03:59:14 +00:00
|
|
|
|
|
2020-02-23 19:40:45 +00:00
|
|
|
|
void PlayLocalSound(short nSound, short nRate, bool unattached, EChanFlags cflags)
|
2019-08-26 03:59:14 +00:00
|
|
|
|
{
|
2020-08-26 20:26:28 +00:00
|
|
|
|
if (!SoundEnabled()) return;
|
2019-12-25 22:37:16 +00:00
|
|
|
|
if (nSound < 0 || nSound >= kMaxSounds || !soundEngine->isValidSoundId(nSound + 1))
|
2019-09-18 16:11:06 +00:00
|
|
|
|
{
|
2020-04-11 21:45:45 +00:00
|
|
|
|
Printf("PlayLocalSound: Invalid sound nSound == %i, nRate == %i\n", nSound, nRate);
|
2019-12-25 22:37:16 +00:00
|
|
|
|
return;
|
2019-09-18 16:11:06 +00:00
|
|
|
|
}
|
2020-02-23 19:40:45 +00:00
|
|
|
|
if (looped[nSound]) cflags |= CHANF_LOOP;
|
2019-12-25 22:37:16 +00:00
|
|
|
|
|
2020-02-23 19:40:45 +00:00
|
|
|
|
FSoundChan* chan;
|
2019-12-27 22:09:05 +00:00
|
|
|
|
if (!unattached)
|
|
|
|
|
{
|
2020-02-23 19:40:45 +00:00
|
|
|
|
soundEngine->StopSound(SOURCE_None, nullptr, CHAN_BODY);
|
|
|
|
|
chan = soundEngine->StartSound(SOURCE_None, nullptr, nullptr, CHAN_BODY, cflags, nSound + 1, 1.f, ATTN_NONE, nullptr);
|
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
chan = soundEngine->StartSound(SOURCE_None, nullptr, nullptr, CHAN_VOICE, CHANF_OVERLAP|cflags, nSound + 1, 1.f, ATTN_NONE, nullptr);
|
2019-12-27 22:09:05 +00:00
|
|
|
|
}
|
2019-12-25 22:37:16 +00:00
|
|
|
|
|
2019-12-27 22:09:05 +00:00
|
|
|
|
if (nRate && chan)
|
2019-12-25 22:37:16 +00:00
|
|
|
|
{
|
|
|
|
|
float ratefac = (11025 + nRate) / 11025.f;
|
2019-12-27 22:09:05 +00:00
|
|
|
|
soundEngine->SetPitch(chan, ratefac);
|
|
|
|
|
}
|
2019-09-18 16:11:06 +00:00
|
|
|
|
}
|
2019-08-26 03:59:14 +00:00
|
|
|
|
|
2019-12-25 22:37:16 +00:00
|
|
|
|
//==========================================================================
|
|
|
|
|
//
|
|
|
|
|
//
|
|
|
|
|
//
|
|
|
|
|
//==========================================================================
|
|
|
|
|
|
|
|
|
|
int LocalSoundPlaying(void)
|
2019-09-18 16:11:06 +00:00
|
|
|
|
{
|
2020-02-23 19:40:45 +00:00
|
|
|
|
return soundEngine->EnumerateChannels([](FSoundChan* chan)
|
|
|
|
|
{
|
|
|
|
|
return chan->SourceType == SOURCE_None;
|
|
|
|
|
});
|
2019-12-25 22:37:16 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//==========================================================================
|
|
|
|
|
//
|
|
|
|
|
//
|
|
|
|
|
//
|
|
|
|
|
//==========================================================================
|
|
|
|
|
|
|
|
|
|
void StopLocalSound(void)
|
|
|
|
|
{
|
2020-02-23 19:40:45 +00:00
|
|
|
|
soundEngine->StopSound(SOURCE_None, nullptr, -1);
|
2019-08-26 03:59:14 +00:00
|
|
|
|
}
|
|
|
|
|
|
2019-12-25 22:37:16 +00:00
|
|
|
|
//==========================================================================
|
|
|
|
|
//
|
|
|
|
|
//
|
|
|
|
|
//
|
|
|
|
|
//==========================================================================
|
|
|
|
|
int nNextFreq;
|
|
|
|
|
int nSwirlyFrames;
|
|
|
|
|
|
2019-09-18 16:11:06 +00:00
|
|
|
|
void StartSwirly(int nActiveSound)
|
2019-08-26 03:59:14 +00:00
|
|
|
|
{
|
2020-08-26 20:26:28 +00:00
|
|
|
|
if (!SoundEnabled()) return;
|
2020-02-23 19:40:45 +00:00
|
|
|
|
auto &swirly = swirlysources[nActiveSound];
|
2019-09-18 16:11:06 +00:00
|
|
|
|
|
2019-12-25 22:37:16 +00:00
|
|
|
|
short nPitch = nNextFreq - RandomSize(9);
|
|
|
|
|
nNextFreq = 25000 - RandomSize(10) * 6;
|
2019-09-18 16:11:06 +00:00
|
|
|
|
if (nNextFreq > 32000)
|
|
|
|
|
nNextFreq = 32000;
|
|
|
|
|
|
2019-12-25 22:37:16 +00:00
|
|
|
|
int nVolume = nSwirlyFrames + 1;
|
2019-09-18 16:11:06 +00:00
|
|
|
|
if (nVolume >= 220)
|
|
|
|
|
nVolume = 220;
|
|
|
|
|
|
2020-02-23 19:40:45 +00:00
|
|
|
|
soundEngine->StopSound(SOURCE_Swirly, &swirly, -1);
|
2020-02-29 11:33:35 +00:00
|
|
|
|
soundEngine->StartSound(SOURCE_Swirly, &swirly, nullptr, CHAN_BODY, CHANF_TRANSIENT, StaticSound[kSoundMana1]+1, nVolume / 255.f, ATTN_NONE, nullptr, nPitch / 11025.f);
|
2019-09-18 16:11:06 +00:00
|
|
|
|
}
|
|
|
|
|
|
2019-12-25 22:37:16 +00:00
|
|
|
|
//==========================================================================
|
|
|
|
|
//
|
|
|
|
|
//
|
|
|
|
|
//
|
|
|
|
|
//==========================================================================
|
|
|
|
|
|
2019-09-18 16:11:06 +00:00
|
|
|
|
void StartSwirlies()
|
|
|
|
|
{
|
|
|
|
|
StopAllSounds();
|
2019-08-26 03:59:14 +00:00
|
|
|
|
|
2019-09-18 16:11:06 +00:00
|
|
|
|
nNextFreq = 19000;
|
|
|
|
|
nSwirlyFrames = 0;
|
|
|
|
|
|
2020-02-23 19:40:45 +00:00
|
|
|
|
for (int i = 0; i <= 4; i++)
|
2019-09-18 16:11:06 +00:00
|
|
|
|
StartSwirly(i);
|
2019-08-26 03:59:14 +00:00
|
|
|
|
}
|
|
|
|
|
|
2019-12-25 22:37:16 +00:00
|
|
|
|
//==========================================================================
|
|
|
|
|
//
|
|
|
|
|
//
|
|
|
|
|
//
|
|
|
|
|
//==========================================================================
|
|
|
|
|
|
2019-09-18 16:11:06 +00:00
|
|
|
|
void UpdateSwirlies()
|
2019-08-26 03:59:14 +00:00
|
|
|
|
{
|
2019-09-18 16:11:06 +00:00
|
|
|
|
nSwirlyFrames++;
|
2020-02-23 19:40:45 +00:00
|
|
|
|
for (int i = 0; i <= 4; i++)
|
2019-09-18 16:11:06 +00:00
|
|
|
|
{
|
2020-02-23 19:40:45 +00:00
|
|
|
|
if (!soundEngine->IsSourcePlayingSomething(SOURCE_Swirly, &swirlysources[i], -1))
|
2019-09-18 16:11:06 +00:00
|
|
|
|
StartSwirly(i);
|
2019-12-25 22:37:16 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//==========================================================================
|
|
|
|
|
//
|
|
|
|
|
//
|
|
|
|
|
//
|
|
|
|
|
//==========================================================================
|
|
|
|
|
|
|
|
|
|
void SoundBigEntrance(void)
|
|
|
|
|
{
|
2020-08-26 20:26:28 +00:00
|
|
|
|
if (!SoundEnabled()) return;
|
2019-12-25 22:37:16 +00:00
|
|
|
|
StopAllSounds();
|
2020-02-23 19:40:45 +00:00
|
|
|
|
for (int i = 0; i < 4; i++)
|
2019-12-25 22:37:16 +00:00
|
|
|
|
{
|
|
|
|
|
short nPitch = i * 512 - 1200;
|
2020-02-23 19:40:45 +00:00
|
|
|
|
//pASound->snd_pitch = nPitch;
|
|
|
|
|
soundEngine->StopSound(SOURCE_EXBoss, &fakesources[i], -1);
|
2020-02-29 11:33:35 +00:00
|
|
|
|
soundEngine->StartSound(SOURCE_EXBoss, &fakesources[i], nullptr, CHAN_BODY, CHANF_TRANSIENT, StaticSound[kSoundTorchOn]+1, 200 / 255.f, ATTN_NONE, nullptr, nPitch / 11025.f);
|
2019-12-25 22:37:16 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//==========================================================================
|
|
|
|
|
//
|
|
|
|
|
//
|
|
|
|
|
//
|
|
|
|
|
//==========================================================================
|
|
|
|
|
|
|
|
|
|
void EXSoundEngine::CalcPosVel(int type, const void* source, const float pt[3], int channum, int chanflags, FSoundID chanSound, FVector3* pos, FVector3* vel, FSoundChan* chan)
|
|
|
|
|
{
|
|
|
|
|
if (pos != nullptr)
|
|
|
|
|
{
|
|
|
|
|
vec3_t campos;
|
|
|
|
|
if (nSnakeCam > -1)
|
2019-09-19 02:12:24 +00:00
|
|
|
|
{
|
2019-12-25 22:37:16 +00:00
|
|
|
|
Snake* pSnake = &SnakeList[nSnakeCam];
|
|
|
|
|
spritetype* pSnakeSprite = &sprite[pSnake->nSprites[0]];
|
|
|
|
|
campos.x = pSnakeSprite->x;
|
|
|
|
|
campos.y = pSnakeSprite->y;
|
|
|
|
|
campos.z = pSnakeSprite->z;
|
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
campos = { initx, inity, initz };
|
|
|
|
|
}
|
|
|
|
|
auto fcampos = GetSoundPos(&campos);
|
|
|
|
|
|
2020-02-28 18:56:37 +00:00
|
|
|
|
if (type == SOURCE_Ambient)
|
|
|
|
|
{
|
|
|
|
|
*pos = *(FVector3*)source;
|
|
|
|
|
}
|
|
|
|
|
else if (type == SOURCE_Unattached)
|
2019-12-25 22:37:16 +00:00
|
|
|
|
{
|
|
|
|
|
pos->X = pt[0];
|
|
|
|
|
pos->Y = pt[1];
|
|
|
|
|
pos->Z = pt[2];
|
|
|
|
|
}
|
|
|
|
|
// Do some angular magic. The original was just 2D panning which in a 3D sound field is not sufficient.
|
|
|
|
|
else if (type == SOURCE_Swirly)
|
|
|
|
|
{
|
|
|
|
|
int which = *(int*)source;
|
2020-08-25 22:49:25 +00:00
|
|
|
|
float phase = (gameclock << (4 + which)) * (M_PI / 1024);
|
2019-12-25 22:37:16 +00:00
|
|
|
|
pos->X = fcampos.X + 256 * cos(phase);
|
2020-02-24 23:40:51 +00:00
|
|
|
|
pos->Z = fcampos.Z + 256 * sin(phase);
|
2019-12-25 22:37:16 +00:00
|
|
|
|
}
|
|
|
|
|
else if (type == SOURCE_EXBoss)
|
|
|
|
|
{
|
|
|
|
|
int which = *(int*)source;
|
|
|
|
|
*pos = fcampos;
|
2020-02-24 23:40:51 +00:00
|
|
|
|
// Should be positioned in 90<39> intervals.
|
2019-12-25 22:37:16 +00:00
|
|
|
|
switch (which)
|
|
|
|
|
{
|
|
|
|
|
default:
|
|
|
|
|
case 0: pos->X -= 256; break;
|
2020-02-24 23:40:51 +00:00
|
|
|
|
case 1: pos->Z -= 256; break;
|
2019-12-25 22:37:16 +00:00
|
|
|
|
case 2: pos->X += 256; break;
|
2020-02-24 23:40:51 +00:00
|
|
|
|
case 3: pos->Z += 256; break;
|
2019-12-25 22:37:16 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
else if (type == SOURCE_Actor)
|
|
|
|
|
{
|
|
|
|
|
auto actor = (spritetype*)source;
|
|
|
|
|
assert(actor != nullptr);
|
|
|
|
|
if (actor != nullptr)
|
|
|
|
|
{
|
|
|
|
|
*pos = GetSoundPos(&actor->pos);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
if ((chanflags & CHANF_LISTENERZ) && type != SOURCE_None)
|
|
|
|
|
{
|
|
|
|
|
pos->Y = fcampos.Z;
|
2019-09-19 02:12:24 +00:00
|
|
|
|
}
|
2019-09-18 16:11:06 +00:00
|
|
|
|
}
|
2019-08-26 03:59:14 +00:00
|
|
|
|
}
|
|
|
|
|
|
2019-12-25 22:37:16 +00:00
|
|
|
|
//==========================================================================
|
|
|
|
|
//
|
|
|
|
|
//
|
|
|
|
|
//
|
|
|
|
|
//==========================================================================
|
|
|
|
|
|
2020-08-29 22:55:49 +00:00
|
|
|
|
void GameInterface::UpdateSounds()
|
2019-08-26 03:59:14 +00:00
|
|
|
|
{
|
2019-12-25 22:37:16 +00:00
|
|
|
|
if (nFreeze)
|
2019-09-18 16:11:06 +00:00
|
|
|
|
return;
|
|
|
|
|
|
2019-12-25 22:37:16 +00:00
|
|
|
|
int nLocalSectFlags = SectFlag[nPlayerViewSect[nLocalPlayer]];
|
2019-12-25 18:17:06 +00:00
|
|
|
|
|
2019-12-27 16:07:09 +00:00
|
|
|
|
vec3_t pos;
|
2019-09-18 16:11:06 +00:00
|
|
|
|
short ang;
|
|
|
|
|
if (nSnakeCam > -1)
|
|
|
|
|
{
|
|
|
|
|
Snake *pSnake = &SnakeList[nSnakeCam];
|
|
|
|
|
spritetype *pSnakeSprite = &sprite[pSnake->nSprites[0]];
|
2019-12-27 16:07:09 +00:00
|
|
|
|
pos = pSnakeSprite->pos;
|
2019-09-18 16:11:06 +00:00
|
|
|
|
ang = pSnakeSprite->ang;
|
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
{
|
2019-12-27 16:07:09 +00:00
|
|
|
|
pos = { initx, inity, initz };
|
2019-09-18 16:11:06 +00:00
|
|
|
|
ang = inita;
|
|
|
|
|
}
|
2019-12-27 16:07:09 +00:00
|
|
|
|
auto fv = GetSoundPos(&pos);
|
|
|
|
|
SoundListener listener;
|
|
|
|
|
listener.angle = -(float)ang * pi::pi() / 1024; // Build uses a period of 2048.
|
|
|
|
|
listener.velocity.Zero();
|
|
|
|
|
listener.position = GetSoundPos(&pos);
|
|
|
|
|
listener.underwater = false;
|
|
|
|
|
// This should probably use a real environment instead of the pitch hacking in S_PlaySound3D.
|
|
|
|
|
// listenactor->waterlevel == 3;
|
|
|
|
|
//assert(primaryLevel->Zones.Size() > listenactor->Sector->ZoneNumber);
|
|
|
|
|
listener.Environment = 0;// primaryLevel->Zones[listenactor->Sector->ZoneNumber].Environment;
|
|
|
|
|
listener.valid = true;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
soundEngine->SetListener(listener);
|
2020-02-23 19:40:45 +00:00
|
|
|
|
soundEngine->EnumerateChannels([](FSoundChan* chan)
|
2019-09-18 16:11:06 +00:00
|
|
|
|
{
|
2020-02-23 19:40:45 +00:00
|
|
|
|
if (!(chan->ChanFlags & (CHANF_UI|CHANF_FORGETTABLE)))
|
2019-12-27 16:07:09 +00:00
|
|
|
|
{
|
2020-02-23 19:40:45 +00:00
|
|
|
|
int nVolume = 255;
|
2020-02-24 17:34:15 +00:00
|
|
|
|
int nPitch = int(chan->Pitch * (11025.f / 128.f)) - 11025;
|
2020-02-23 19:40:45 +00:00
|
|
|
|
GetSpriteSoundPitch(&nVolume, &nPitch);
|
|
|
|
|
soundEngine->SetPitch(chan, (11025 + nPitch) / 11025.f);
|
|
|
|
|
soundEngine->SetVolume(chan, nVolume / 255.f);
|
2019-12-27 16:07:09 +00:00
|
|
|
|
}
|
2020-02-23 19:40:45 +00:00
|
|
|
|
return 0;
|
|
|
|
|
});
|
2019-08-26 03:59:14 +00:00
|
|
|
|
}
|
|
|
|
|
|
2019-12-25 22:37:16 +00:00
|
|
|
|
//==========================================================================
|
|
|
|
|
//
|
|
|
|
|
//
|
|
|
|
|
//
|
|
|
|
|
//==========================================================================
|
2019-08-26 03:59:14 +00:00
|
|
|
|
|
2019-09-18 16:11:06 +00:00
|
|
|
|
int soundx, soundy, soundz;
|
|
|
|
|
short soundsect;
|
|
|
|
|
|
2020-08-26 18:22:11 +00:00
|
|
|
|
void PlayFX2(unsigned short nSound, short nSprite, int sectf)
|
2019-09-18 16:11:06 +00:00
|
|
|
|
{
|
2020-08-26 20:26:28 +00:00
|
|
|
|
if (!SoundEnabled()) return;
|
2019-12-27 21:17:36 +00:00
|
|
|
|
if ((nSound&0x1ff) >= kMaxSounds || !soundEngine->isValidSoundId((nSound & 0x1ff)+1))
|
2019-11-13 19:28:17 +00:00
|
|
|
|
{
|
2020-04-11 21:45:45 +00:00
|
|
|
|
Printf("PlayFX2: Invalid sound nSound == %i, nSprite == %i\n", nSound, nSprite);
|
2020-02-23 19:40:45 +00:00
|
|
|
|
return;
|
2019-11-13 19:28:17 +00:00
|
|
|
|
}
|
|
|
|
|
|
2020-08-26 18:22:11 +00:00
|
|
|
|
bool fullvol = false, hiprio = false;
|
2020-02-23 19:40:45 +00:00
|
|
|
|
if (nSprite >= 0)
|
2019-09-18 16:11:06 +00:00
|
|
|
|
{
|
2020-08-26 18:22:11 +00:00
|
|
|
|
fullvol = (nSprite & 0x2000) != 0;
|
|
|
|
|
hiprio = (nSprite & 0x4000) != 0;
|
2019-09-18 16:11:06 +00:00
|
|
|
|
nSprite &= 0xfff;
|
|
|
|
|
soundx = sprite[nSprite].x;
|
|
|
|
|
soundy = sprite[nSprite].y;
|
|
|
|
|
soundz = sprite[nSprite].z;
|
|
|
|
|
}
|
|
|
|
|
|
2020-02-23 19:40:45 +00:00
|
|
|
|
int nVolume = 255;
|
2020-08-26 18:22:11 +00:00
|
|
|
|
|
|
|
|
|
bool allowMultiple = (nSound & 0x2000) != 0;
|
|
|
|
|
bool forcePlay = (nSound & 0x1000) != 0;
|
|
|
|
|
bool midprio = (nSound & 0x4000) != 0;
|
|
|
|
|
|
|
|
|
|
int prio = 0;
|
|
|
|
|
if (forcePlay || midprio) prio = 1000;
|
|
|
|
|
else if (nSprite != -1 && hiprio) prio = 2000;
|
|
|
|
|
|
2019-09-21 17:03:53 +00:00
|
|
|
|
short v10 = (nSound&0xe00)>>9;
|
2019-09-18 16:11:06 +00:00
|
|
|
|
nSound &= 0x1ff;
|
|
|
|
|
|
2020-02-23 19:40:45 +00:00
|
|
|
|
int nPitch = 0;
|
|
|
|
|
if (v10) nPitch = -(totalmoves&((1<<v10)-1))*16;
|
2019-09-18 16:11:06 +00:00
|
|
|
|
|
2020-02-23 19:40:45 +00:00
|
|
|
|
GetSpriteSoundPitch(&nVolume, &nPitch);
|
2019-09-18 16:11:06 +00:00
|
|
|
|
|
2020-08-26 18:22:11 +00:00
|
|
|
|
vec3_t v = { soundx, soundy, soundz };
|
|
|
|
|
FVector3 vv = GetSoundPos(&v);
|
|
|
|
|
|
|
|
|
|
// Check if this sound is allowed to play or if it must stop some other sound.
|
|
|
|
|
if (!forcePlay)
|
|
|
|
|
{
|
|
|
|
|
bool res = soundEngine->EnumerateChannels([=](FSoundChan* chan)
|
|
|
|
|
{
|
|
|
|
|
if (chan->SourceType == SOURCE_Actor && nSprite != -1)
|
|
|
|
|
{
|
|
|
|
|
if (prio >= chan->UserData)
|
|
|
|
|
{
|
|
|
|
|
if (chan->SoundID == nSound + 1)
|
|
|
|
|
{
|
|
|
|
|
if (!allowMultiple && &sprite[nSprite] == chan->Source)
|
|
|
|
|
return 1;
|
|
|
|
|
}
|
|
|
|
|
else if (&sprite[nSprite] == chan->Source)
|
|
|
|
|
{
|
|
|
|
|
soundEngine->StopChannel(chan);
|
|
|
|
|
return -1;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
else if (chan->SourceType == SOURCE_Unattached && nSprite == -1)
|
|
|
|
|
{
|
|
|
|
|
if (chan->SoundID == nSound + 1)
|
|
|
|
|
{
|
|
|
|
|
if (vv.X == chan->Point[0] && vv.Y == chan->Point[1] && vv.Z == chan->Point[2])
|
|
|
|
|
return 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
return 0;
|
|
|
|
|
});
|
|
|
|
|
if (res) return;
|
|
|
|
|
}
|
|
|
|
|
FSoundChan* chan = nullptr;
|
2020-02-25 19:10:36 +00:00
|
|
|
|
if (nSprite >= 0)
|
2019-09-18 16:11:06 +00:00
|
|
|
|
{
|
2020-08-26 18:22:11 +00:00
|
|
|
|
chan = soundEngine->StartSound(SOURCE_Actor, &sprite[nSprite], nullptr, CHAN_BODY, CHANF_OVERLAP, nSound+1, nVolume / 255.f,fullvol? 0.5 : ATTN_NORM, nullptr, (11025 + nPitch) / 11025.f);
|
2019-09-18 16:11:06 +00:00
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
{
|
2020-08-26 18:22:11 +00:00
|
|
|
|
chan = soundEngine->StartSound(SOURCE_Unattached, nullptr, &vv, CHAN_BODY, CHANF_OVERLAP, nSound+1, nVolume / 255.f, ATTN_NORM, nullptr, (11025 + nPitch) / 11025.f);
|
|
|
|
|
}
|
|
|
|
|
if (chan)
|
|
|
|
|
{
|
|
|
|
|
if (sectf) chan->UserData = 2000;
|
|
|
|
|
else chan->UserData = prio;
|
2019-09-18 16:11:06 +00:00
|
|
|
|
}
|
2020-02-23 19:40:45 +00:00
|
|
|
|
|
|
|
|
|
// Nuke: added nSprite >= 0 check
|
|
|
|
|
if (nSprite != nLocalSpr && nSprite >= 0 && (sprite[nSprite].cstat&257))
|
|
|
|
|
nCreepyTimer = kCreepyCount;
|
2019-08-26 03:59:14 +00:00
|
|
|
|
}
|
|
|
|
|
|
2019-12-25 22:37:16 +00:00
|
|
|
|
//==========================================================================
|
|
|
|
|
//
|
|
|
|
|
//
|
|
|
|
|
//
|
|
|
|
|
//==========================================================================
|
|
|
|
|
|
2020-02-23 19:40:45 +00:00
|
|
|
|
void PlayFXAtXYZ(unsigned short ax, int x, int y, int z, int nSector)
|
2019-08-26 03:59:14 +00:00
|
|
|
|
{
|
2019-09-18 16:11:06 +00:00
|
|
|
|
soundx = x;
|
|
|
|
|
soundy = y;
|
|
|
|
|
soundz = z;
|
2020-02-24 23:40:51 +00:00
|
|
|
|
soundsect = nSector&0x3fff;
|
2020-08-26 18:22:11 +00:00
|
|
|
|
PlayFX2(ax, -1, nSector & 0x4000);
|
2019-09-18 16:11:06 +00:00
|
|
|
|
}
|
2019-08-26 03:59:14 +00:00
|
|
|
|
|
2019-12-25 22:37:16 +00:00
|
|
|
|
//==========================================================================
|
|
|
|
|
//
|
|
|
|
|
//
|
|
|
|
|
//
|
|
|
|
|
//==========================================================================
|
|
|
|
|
|
|
|
|
|
void CheckAmbience(short nSector)
|
|
|
|
|
{
|
2020-08-26 20:26:28 +00:00
|
|
|
|
if (!SoundEnabled()) return;
|
2019-12-25 22:37:16 +00:00
|
|
|
|
if (SectSound[nSector] != -1)
|
|
|
|
|
{
|
|
|
|
|
short nSector2 = SectSoundSect[nSector];
|
|
|
|
|
walltype* pWall = &wall[sector[nSector2].wallptr];
|
2020-08-26 18:22:11 +00:00
|
|
|
|
if (!soundEngine->IsSourcePlayingSomething(SOURCE_Ambient, &amb, 0))
|
2019-12-25 22:37:16 +00:00
|
|
|
|
{
|
2020-02-23 19:40:45 +00:00
|
|
|
|
vec3_t v = { pWall->x, pWall->y, sector[nSector2].floorz };
|
2020-02-28 18:56:37 +00:00
|
|
|
|
amb = GetSoundPos(&v);
|
2020-02-29 11:33:35 +00:00
|
|
|
|
soundEngine->StartSound(SOURCE_Ambient, &amb, nullptr, CHAN_BODY, CHANF_TRANSIENT, SectSound[nSector] + 1, 1.f, ATTN_NORM);
|
2019-12-25 22:37:16 +00:00
|
|
|
|
return;
|
|
|
|
|
}
|
2020-02-23 19:40:45 +00:00
|
|
|
|
soundEngine->EnumerateChannels([=](FSoundChan* chan)
|
|
|
|
|
{
|
|
|
|
|
if (chan->SourceType == SOURCE_Ambient)
|
|
|
|
|
{
|
|
|
|
|
if (nSector == nSector2)
|
|
|
|
|
{
|
|
|
|
|
spritetype* pSprite = &sprite[PlayerList[0].nSprite];
|
2020-02-28 18:56:37 +00:00
|
|
|
|
amb = GetSoundPos(&pSprite->pos);
|
2020-02-23 19:40:45 +00:00
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
vec3_t v = { pWall->x, pWall->y, sector[nSector2].floorz };
|
2020-02-28 18:56:37 +00:00
|
|
|
|
amb = GetSoundPos(&v);
|
2020-02-23 19:40:45 +00:00
|
|
|
|
}
|
|
|
|
|
return 1;
|
|
|
|
|
}
|
|
|
|
|
return 0;
|
|
|
|
|
});
|
|
|
|
|
|
2019-12-25 22:37:16 +00:00
|
|
|
|
}
|
2020-02-23 19:40:45 +00:00
|
|
|
|
else
|
2019-12-25 22:37:16 +00:00
|
|
|
|
{
|
2020-02-28 18:56:37 +00:00
|
|
|
|
soundEngine->StopSound(SOURCE_Ambient, &amb, -1);
|
2019-12-25 22:37:16 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//==========================================================================
|
|
|
|
|
//
|
|
|
|
|
//
|
|
|
|
|
//
|
|
|
|
|
//==========================================================================
|
|
|
|
|
|
|
|
|
|
void UpdateCreepySounds()
|
|
|
|
|
{
|
2020-08-26 20:26:28 +00:00
|
|
|
|
if (currentLevel->levelNumber == 20 || nFreeze || !SoundEnabled())
|
2019-12-25 22:37:16 +00:00
|
|
|
|
return;
|
|
|
|
|
spritetype* pSprite = &sprite[PlayerList[nLocalPlayer].nSprite];
|
|
|
|
|
nCreepyTimer--;
|
|
|
|
|
if (nCreepyTimer <= 0)
|
|
|
|
|
{
|
2020-08-23 12:39:14 +00:00
|
|
|
|
if (nCreaturesKilled < nCreaturesTotal && !(SectFlag[nPlayerViewSect[nLocalPlayer]] & 0x2000))
|
2019-12-25 22:37:16 +00:00
|
|
|
|
{
|
|
|
|
|
int vsi = seq_GetFrameSound(SeqOffsets[kSeqCreepy], totalmoves % SeqSize[SeqOffsets[kSeqCreepy]]);
|
|
|
|
|
if (vsi >= 0 && (vsi & 0x1ff) < kMaxSounds)
|
|
|
|
|
{
|
|
|
|
|
int vdx = (totalmoves + 32) & 31;
|
|
|
|
|
if (totalmoves & 1)
|
|
|
|
|
vdx = -vdx;
|
|
|
|
|
int vax = (totalmoves + 32) & 63;
|
|
|
|
|
if (totalmoves & 2)
|
|
|
|
|
vax = -vax;
|
|
|
|
|
|
2020-02-28 18:56:37 +00:00
|
|
|
|
vec3_t sp = { pSprite->x + vdx, pSprite->y + vax, pSprite->z };
|
|
|
|
|
creepy = GetSoundPos(&sp);
|
|
|
|
|
|
|
|
|
|
if ((vsi & 0x1ff) >= kMaxSounds || !soundEngine->isValidSoundId((vsi & 0x1ff) + 1))
|
|
|
|
|
{
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
int nVolume = 255;
|
|
|
|
|
short v10 = (vsi & 0xe00) >> 9;
|
|
|
|
|
vsi &= 0x1ff;
|
|
|
|
|
|
|
|
|
|
int nPitch = 0;
|
|
|
|
|
if (v10) nPitch = -(totalmoves & ((1 << v10) - 1)) * 16;
|
|
|
|
|
|
|
|
|
|
GetSpriteSoundPitch(&nVolume, &nPitch);
|
|
|
|
|
soundEngine->StopSound(SOURCE_Ambient, &creepy, CHAN_BODY);
|
2020-02-29 11:33:35 +00:00
|
|
|
|
soundEngine->StartSound(SOURCE_Ambient, &creepy, nullptr, CHAN_BODY, CHANF_TRANSIENT, vsi + 1, nVolume / 255.f, ATTN_NONE, nullptr, (11025 + nPitch) / 11025.f);
|
2019-12-25 22:37:16 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
nCreepyTimer = kCreepyCount;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//==========================================================================
|
|
|
|
|
//
|
|
|
|
|
//
|
|
|
|
|
//
|
|
|
|
|
//==========================================================================
|
|
|
|
|
|
2019-09-18 16:11:06 +00:00
|
|
|
|
void StopSpriteSound(short nSprite)
|
|
|
|
|
{
|
2020-02-23 19:40:45 +00:00
|
|
|
|
if (nSprite >= 0 && nSprite < MAXSPRITES)
|
|
|
|
|
soundEngine->StopSound(SOURCE_Actor, &sprite[nSprite], -1);
|
2019-09-18 16:11:06 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
void StopAllSounds(void)
|
|
|
|
|
{
|
2019-12-25 22:37:16 +00:00
|
|
|
|
soundEngine->StopAllChannels();
|
2019-09-18 16:11:06 +00:00
|
|
|
|
}
|
|
|
|
|
|
2019-12-25 22:37:16 +00:00
|
|
|
|
//==========================================================================
|
|
|
|
|
//
|
|
|
|
|
//
|
|
|
|
|
//
|
|
|
|
|
//==========================================================================
|
|
|
|
|
|
|
|
|
|
void PlayTitleSound(void)
|
|
|
|
|
{
|
2020-02-23 19:40:45 +00:00
|
|
|
|
PlayLocalSound(StaticSound[kSoundItemSpecial], 0, false, CHANF_UI);
|
2019-12-25 22:37:16 +00:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
void PlayGameOverSound(void)
|
|
|
|
|
{
|
2020-02-23 19:40:45 +00:00
|
|
|
|
PlayLocalSound(StaticSound[kSoundJonLaugh2], 0, false, CHANF_UI);
|
2019-12-25 22:37:16 +00:00
|
|
|
|
}
|
|
|
|
|
|
2019-11-22 23:11:37 +00:00
|
|
|
|
END_PS_NS
|