Home
last modified time | relevance | path

Searched defs:waveFile (Results 1 – 19 of 19) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/titanic/sound/
H A Dsound_manager.cpp51 void QSoundManagerSounds::add(CWaveFile *waveFile, int iChannel, CEndTalkerFn endFn, TTtalker *talk… in add()
69 void QSoundManagerSounds::flushChannel(CWaveFile *waveFile, int iChannel) { in flushChannel()
123 CWaveFile *waveFile = new CWaveFile(_mixer); in loadSound() local
135 CWaveFile *waveFile = new CWaveFile(_mixer); in loadSpeech() local
147 CWaveFile *waveFile = new CWaveFile(_mixer); in loadMusic() local
159 CWaveFile *waveFile = new CWaveFile(_mixer); in loadMusic() local
170 int QSoundManager::playSound(CWaveFile &waveFile, CProximity &prox) { in playSound()
337 bool QSoundManager::isActive(const CWaveFile *waveFile) { in isActive()
383 int QSoundManager::playWave(CWaveFile *waveFile, int iChannel, uint flags, CProximity &prox) { in playWave()
480 void QSoundManager::soundFinished(int iChannel, CWaveFile *waveFile, void *soundManager) { in soundFinished()
H A Dsound.cpp82 void CSound::activateSound(CWaveFile *waveFile, DisposeAfterUse::Flag disposeAfterUse) { in activateSound()
169 CWaveFile *waveFile = loadSound(name); in playSound() local
219 CWaveFile *waveFile = loadSpeech(dialogueFile, speechId); in playSpeech() local
H A Dsound_manager.h145 virtual bool isActive(const CWaveFile *waveFile) { return false; } in isActive()
243 QSoundManagerSound(CWaveFile *waveFile, int iChannel, CEndTalkerFn endFn, TTtalker *talker) : in QSoundManagerSound()
H A Dqmixer.cpp149 int QMixer::qsWaveMixPlayEx(int iChannel, uint flags, CWaveFile *waveFile, int loops, const QMIXPLA… in qsWaveMixPlayEx()
/dports/games/scummvm/scummvm-2.5.1/engines/titanic/sound/
H A Dsound_manager.cpp51 void QSoundManagerSounds::add(CWaveFile *waveFile, int iChannel, CEndTalkerFn endFn, TTtalker *talk… in add()
69 void QSoundManagerSounds::flushChannel(CWaveFile *waveFile, int iChannel) { in flushChannel()
123 CWaveFile *waveFile = new CWaveFile(_mixer); in loadSound() local
135 CWaveFile *waveFile = new CWaveFile(_mixer); in loadSpeech() local
147 CWaveFile *waveFile = new CWaveFile(_mixer); in loadMusic() local
159 CWaveFile *waveFile = new CWaveFile(_mixer); in loadMusic() local
170 int QSoundManager::playSound(CWaveFile &waveFile, CProximity &prox) { in playSound()
337 bool QSoundManager::isActive(const CWaveFile *waveFile) { in isActive()
383 int QSoundManager::playWave(CWaveFile *waveFile, int iChannel, uint flags, CProximity &prox) { in playWave()
480 void QSoundManager::soundFinished(int iChannel, CWaveFile *waveFile, void *soundManager) { in soundFinished()
H A Dsound.cpp82 void CSound::activateSound(CWaveFile *waveFile, DisposeAfterUse::Flag disposeAfterUse) { in activateSound()
169 CWaveFile *waveFile = loadSound(name); in playSound() local
219 CWaveFile *waveFile = loadSpeech(dialogueFile, speechId); in playSpeech() local
H A Dsound_manager.h145 virtual bool isActive(const CWaveFile *waveFile) { return false; } in isActive()
243 QSoundManagerSound(CWaveFile *waveFile, int iChannel, CEndTalkerFn endFn, TTtalker *talker) : in QSoundManagerSound()
H A Dqmixer.cpp149 int QMixer::qsWaveMixPlayEx(int iChannel, uint flags, CWaveFile *waveFile, int loops, const QMIXPLA… in qsWaveMixPlayEx()
/dports/audio/libsonic/sonic-release-0.2.0-65-gba33141/
H A Dwave.h10 typedef struct waveFileStruct* waveFile; typedef
/dports/games/lwjgl/lwjgl-2df01dd/src/java/org/lwjgl/test/openal/
H A DEFX10Test.java293 WaveData waveFile = WaveData.create("Footsteps.wav"); in playbackTest() local
/dports/emulators/nestopia/nestopia-1.51.1/source/win32/
H A DNstDialogSound.hpp131 Path waveFile; member in Nestopia::Window::Sound::Recorder
/dports/games/openbor4432/openbor-ba1eb4f/engine/xbox/common/src/
H A Dxbsound.cpp406 CWaveFile waveFile; in Create() local
/dports/games/openbor3711/openbor-6ec17fa/engine/xbox/common/src/
H A Dxbsound.cpp406 CWaveFile waveFile; in Create() local
/dports/games/openbor3979/openbor-2bcf25b/engine/xbox/common/src/
H A Dxbsound.cpp406 CWaveFile waveFile; in Create() local
/dports/games/openbor3482/openbor-2c1ecd7/engine/xbox/common/src/
H A Dxbsound.cpp406 CWaveFile waveFile; in Create() local
/dports/games/openbor/openbor-3caaddd5/engine/xbox/common/src/
H A Dxbsound.cpp406 CWaveFile waveFile; in Create() local
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/titanic/true_talk/
H A Dtrue_talk_manager.cpp408 CWaveFile *waveFile = _gameManager->_sound.getTrueTalkSound( in readDialogueSpeech() local
/dports/games/scummvm/scummvm-2.5.1/engines/titanic/true_talk/
H A Dtrue_talk_manager.cpp408 CWaveFile *waveFile = _gameManager->_sound.getTrueTalkSound( in readDialogueSpeech() local
/dports/audio/faustlive/faustlive-2.5.7/src/MainStructure/
H A DFLWindow.cpp260 QString waveFile = destinationFile; in ifWavToString() local