Home
last modified time | relevance | path

Searched refs:playStream (Results 1 – 25 of 505) sorted by relevance

12345678910>>...21

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/director/
H A Dsound.cpp40 _mixer->playStream(Audio::Mixer::kSFXSoundType, in DirectorSound()
64 _mixer->playStream(Audio::Mixer::kSFXSoundType, _sound1, sound); in playWAV()
66 _mixer->playStream(Audio::Mixer::kSFXSoundType, _sound2, sound); in playWAV()
81 _mixer->playStream(Audio::Mixer::kSFXSoundType, _sound1, sound); in playAIFF()
83 _mixer->playStream(Audio::Mixer::kSFXSoundType, _sound2, sound); in playAIFF()
90 _mixer->playStream(Audio::Mixer::kSFXSoundType, _scriptSound, subSeekStream); in playMCI()
/dports/emulators/quasi88/quasi88-0.6.4/src/snddrv/src/unix/sysdep/dsp-drivers/
H A Dsoundkit.m19 * Destroy function - we release the playStream and free up
26 NXPlayStream *playStream = (NXPlayStream*)dsp->_priv;
28 [playStream release];
49 NXPlayStream *playStream = (NXPlayStream*)dsp->_priv;
65 [playStream playBuffer:out_buff size:bytes tag:theTag++];
77 NXPlayStream *playStream = nil;
136 playStream = [[NXPlayStream alloc]
138 if(!playStream) {
144 dsp->_priv = playStream;
152 [playStream activate];
/dports/emulators/quasi88/quasi88-0.6.4/src/snddrv-old/src/unix/sysdep/dsp-drivers/
H A Dsoundkit.m19 * Destroy function - we release the playStream and free up
26 NXPlayStream *playStream = (NXPlayStream*)dsp->_priv;
28 [playStream release];
49 NXPlayStream *playStream = (NXPlayStream*)dsp->_priv;
65 [playStream playBuffer:out_buff size:bytes tag:theTag++];
77 NXPlayStream *playStream = nil;
136 playStream = [[NXPlayStream alloc]
138 if(!playStream) {
144 dsp->_priv = playStream;
152 [playStream activate];
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/testbed/
H A Dsound.cpp63 _mixer->playStream(Audio::Mixer::kPlainSoundType, &_h1, s1); in SoundSubsystemDialog()
66 _mixer->playStream(Audio::Mixer::kSpeechSoundType, &_h2, s2); in SoundSubsystemDialog()
69 _mixer->playStream(Audio::Mixer::kSFXSoundType, &_h3, s3); in SoundSubsystemDialog()
128 mixer->playStream(Audio::Mixer::kPlainSoundType, &handle, speaker); in playBeeps()
237 mixer->playStream(Audio::Mixer::kPlainSoundType, &handle, s1); in sampleRates()
243 mixer->playStream(Audio::Mixer::kSpeechSoundType, &handle, s2); in sampleRates()
249 mixer->playStream(Audio::Mixer::kSFXSoundType, &handle, s3); in sampleRates()
/dports/games/scummvm/scummvm-2.5.1/engines/testbed/
H A Dsound.cpp63 _mixer->playStream(Audio::Mixer::kPlainSoundType, &_h1, s1); in SoundSubsystemDialog()
66 _mixer->playStream(Audio::Mixer::kSpeechSoundType, &_h2, s2); in SoundSubsystemDialog()
69 _mixer->playStream(Audio::Mixer::kSFXSoundType, &_h3, s3); in SoundSubsystemDialog()
128 mixer->playStream(Audio::Mixer::kPlainSoundType, &handle, speaker); in playBeeps()
237 mixer->playStream(Audio::Mixer::kPlainSoundType, &handle, s1); in sampleRates()
243 mixer->playStream(Audio::Mixer::kSpeechSoundType, &handle, s2); in sampleRates()
249 mixer->playStream(Audio::Mixer::kSFXSoundType, &handle, s3); in sampleRates()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/supernova/
H A Dsound.cpp44 _mixer->playStream(Audio::Mixer::kPlainSoundType, &_soundHandle, stream, in play()
52 _mixer->playStream(Audio::Mixer::kMusicSoundType, &_soundHandle, stream, in play()
60 _mixer->playStream(Audio::Mixer::kPlainSoundType, &_soundHandle, stream, in playSiren()
/dports/games/scummvm/scummvm-2.5.1/engines/supernova/
H A Dsound.cpp44 _mixer->playStream(Audio::Mixer::kPlainSoundType, &_soundHandle, stream, in play()
52 _mixer->playStream(Audio::Mixer::kMusicSoundType, &_soundHandle, stream, in play()
60 _mixer->playStream(Audio::Mixer::kPlainSoundType, &_soundHandle, stream, in playSiren()
/dports/games/scummvm/scummvm-2.5.1/engines/ags/plugins/ags_waves/
H A Dsound.cpp58 playStream(Audio::Mixer::kSFXSoundType, &effect._soundHandle, sound, repeat); in SFX_Play()
193 void AGSWaves::playStream(Audio::Mixer::SoundType type, Audio::SoundHandle *handle, Audio::AudioStr… in playStream() function in AGS3::Plugins::AGSWaves::AGSWaves
205 _mixer->playStream(type, handle, las); in playStream()
207 _mixer->playStream(type, handle, stream); in playStream()
268 playStream(Audio::Mixer::kMusicSoundType, in MusicPlay()
282 playStream(Audio::Mixer::kMusicSoundType, in MusicPlay()
/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/qt/
H A Daudio_selector.cpp227 audioOutput->start(playStream.get()); in slotPlaybackStart()
257 playStream.reset(new QBuffer(&playBuffer)); in audioSetup()
258 playStream->open(QIODevice::ReadOnly); in audioSetup()
274 if (playStream != nullptr) in slotSeekTo()
276 qint64 targetPos = position * playStream->size() / ui->audio_position_slider->maximum(); in slotSeekTo()
279 playStream->seek(targetPos); in slotSeekTo()
334 const double processedSecs = 1.0 * totalLengthSecs * playStream->pos() / playStream->size(); in slotPlayPositionChanged()
/dports/games/residualvm/residualvm-0.3.1/engines/stark/resources/
H A Dsound.cpp121 Audio::AudioStream *playStream; in play() local
123 playStream = Audio::makeLoopingAudioStream(rewindableStream, 0); in play()
125 playStream = rewindableStream; in play()
128 g_system->getMixer()->playStream(getMixerSoundType(), &_handle, playStream, -1, in play()
/dports/games/scummvm/scummvm-2.5.1/engines/stark/resources/
H A Dsound.cpp127 Audio::AudioStream *playStream; in play() local
129 playStream = Audio::makeLoopingAudioStream(rewindableStream, 0); in play()
131 playStream = rewindableStream; in play()
134 g_system->getMixer()->playStream(getMixerSoundType(), &_handle, playStream, -1, in play()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/queen/
H A Dsound.cpp122 …_mixer->playStream(Audio::Mixer::kSFXSoundType, soundHandle, new AudioStreamWrapper(Audio::makeMP3… in playSoundData()
135 …_mixer->playStream(Audio::Mixer::kSFXSoundType, soundHandle, new AudioStreamWrapper(Audio::makeVor… in playSoundData()
148 …_mixer->playStream(Audio::Mixer::kSFXSoundType, soundHandle, new AudioStreamWrapper(Audio::makeFLA… in playSoundData()
336 _mixer->playStream(type, soundHandle, stream); in playSoundData()
620 _mixer->playStream(Audio::Mixer::kSFXSoundType, &_sfxHandle, stream); in playSound()
653 _mixer->playStream(Audio::Mixer::kMusicSoundType, &_modHandle, stream); in playModule()
662 _mixer->playStream(Audio::Mixer::kSFXSoundType, &_patHandle, stream); in playPattern()
/dports/games/scummvm/scummvm-2.5.1/engines/queen/
H A Dsound.cpp122 …_mixer->playStream(Audio::Mixer::kSFXSoundType, soundHandle, new AudioStreamWrapper(Audio::makeMP3… in playSoundData()
135 …_mixer->playStream(Audio::Mixer::kSFXSoundType, soundHandle, new AudioStreamWrapper(Audio::makeVor… in playSoundData()
148 …_mixer->playStream(Audio::Mixer::kSFXSoundType, soundHandle, new AudioStreamWrapper(Audio::makeFLA… in playSoundData()
336 _mixer->playStream(type, soundHandle, stream); in playSoundData()
622 _mixer->playStream(Audio::Mixer::kSFXSoundType, &_sfxHandle, stream); in playSound()
655 _mixer->playStream(Audio::Mixer::kMusicSoundType, &_modHandle, stream); in playModule()
664 _mixer->playStream(Audio::Mixer::kSFXSoundType, &_patHandle, stream); in playPattern()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/pegasus/
H A Dsound.cpp104 …g_system->getMixer()->playStream(Audio::Mixer::kPlainSoundType, &_handle, _stream, -1, _volume, 0,… in playSound()
120 …g_system->getMixer()->playStream(Audio::Mixer::kPlainSoundType, &_handle, loopStream, -1, _volume,… in loopSound()
131 …g_system->getMixer()->playStream(Audio::Mixer::kPlainSoundType, &_handle, subStream, -1, _volume, … in playSoundSegment()
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/nuvie/sound/
H A Dtowns_sfx_manager.cpp131 …mixer->playStream(Audio::Mixer::kPlainSoundType, looping_handle ? looping_handle : &handle, fireSt… in playSoundSample()
144 mixer->playStream(Audio::Mixer::kPlainSoundType, looping_handle, looping_stream, -1, volume); in playSoundSample()
146 mixer->playStream(Audio::Mixer::kPlainSoundType, &handle, stream, -1, volume); in playSoundSample()
H A Dadlib_sfx_manager.cpp70 mixer->playStream(Audio::Mixer::kPlainSoundType, looping_handle, looping_stream, -1, volume); in playSoundSample()
72 mixer->playStream(Audio::Mixer::kPlainSoundType, &handle, stream, -1, volume); in playSoundSample()
/dports/games/scummvm/scummvm-2.5.1/engines/pegasus/
H A Dsound.cpp104 …g_system->getMixer()->playStream(Audio::Mixer::kPlainSoundType, &_handle, _stream, -1, _volume, 0,… in playSound()
120 …g_system->getMixer()->playStream(Audio::Mixer::kPlainSoundType, &_handle, loopStream, -1, _volume,… in loopSound()
131 …g_system->getMixer()->playStream(Audio::Mixer::kPlainSoundType, &_handle, subStream, -1, _volume, … in playSoundSegment()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/mohawk/
H A Dmyst_sound.cpp88 _vm->_mixer->playStream(Audio::Mixer::kSFXSoundType, &_effectHandle, audStream); in playEffect()
158 …_vm->_mixer->playStream(Audio::Mixer::kMusicSoundType, &_backgroundHandle, audStream, -1, volume >… in playBackground()
191 _vm->_mixer->playStream(Audio::Mixer::kSpeechSoundType, &_speechHandle, rewindStream); in playSpeech()
H A Driven_sound.cpp367 Audio::AudioStream *playStream; in play() local
369 playStream = new Audio::LoopingAudioStream(_stream, 0); in play()
371 playStream = _stream; in play()
376 _vm->_mixer->playStream(_mixerType, &_handle, playStream, -1, mixerVolume, mixerBalance); in play()
/dports/games/scummvm/scummvm-2.5.1/engines/mohawk/
H A Dmyst_sound.cpp90 _vm->_mixer->playStream(Audio::Mixer::kSFXSoundType, &_effectHandle, audStream); in playEffect()
160 …_vm->_mixer->playStream(Audio::Mixer::kMusicSoundType, &_backgroundHandle, audStream, -1, volume >… in playBackground()
193 _vm->_mixer->playStream(Audio::Mixer::kSpeechSoundType, &_speechHandle, rewindStream); in playSpeech()
H A Driven_sound.cpp367 Audio::AudioStream *playStream; in play() local
369 playStream = new Audio::LoopingAudioStream(_stream, 0); in play()
371 playStream = _stream; in play()
376 _vm->_mixer->playStream(_mixerType, &_handle, playStream, -1, mixerVolume, mixerBalance); in play()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/voyeur/
H A Dsound.cpp42 _mixer->playStream(Audio::Mixer::kSFXSoundType, &_soundHandle, audioStream); in playVOCMap()
71 _mixer->playStream(Audio::Mixer::kSFXSoundType, &_soundHandle, audioStream); in startVOCPlay()
/dports/games/scummvm/scummvm-2.5.1/engines/voyeur/
H A Dsound.cpp42 _mixer->playStream(Audio::Mixer::kSFXSoundType, &_soundHandle, audioStream); in playVOCMap()
71 _mixer->playStream(Audio::Mixer::kSFXSoundType, &_soundHandle, audioStream); in startVOCPlay()
/dports/games/scummvm/scummvm-2.5.1/engines/director/
H A Dsound.cpp56 _mixer->playStream(Audio::Mixer::kSFXSoundType, in DirectorSound()
82 …_mixer->playStream(Audio::Mixer::kSFXSoundType, &_channels[soundChannel - 1].handle, sound, -1, ge… in playFile()
94 _mixer->playStream(Audio::Mixer::kSFXSoundType, &_scriptSound, subSeekStream); in playMCI()
101 void DirectorSound::playStream(Audio::AudioStream &stream, uint8 soundChannel) { in playStream() function in Director::DirectorSound
107 …_mixer->playStream(Audio::Mixer::kSFXSoundType, &_channels[soundChannel - 1].handle, &stream, -1, … in playStream()
175 playStream(*as, soundChannel); in playCastMember()
378 playStream(*(menuSounds[submenu - 1]->getAudioStream()), soundChannel); in playExternalSound()
541 playStream(*as, 1); in playFPlaySound()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sword1/
H A Dsound.cpp293 … _mixer->playStream(Audio::Mixer::kSFXSoundType, &elem->handle, audStream, elem->id, volume, pan); in playSample()
306 _mixer->playStream(Audio::Mixer::kSFXSoundType, &elem->handle, stream, elem->id, volume, pan); in playSample()
394 …_mixer->playStream(Audio::Mixer::kSpeechSoundType, &_speechHandle, stream, SOUND_SPEECH_ID, speech… in startSpeech()
401 …_mixer->playStream(Audio::Mixer::kSpeechSoundType, &_speechHandle, stream, SOUND_SPEECH_ID, speech… in startSpeech()
414 …_mixer->playStream(Audio::Mixer::kSpeechSoundType, &_speechHandle, stream, SOUND_SPEECH_ID, speech… in startSpeech()
428 …_mixer->playStream(Audio::Mixer::kSpeechSoundType, &_speechHandle, stream, SOUND_SPEECH_ID, speech… in startSpeech()
442 …_mixer->playStream(Audio::Mixer::kSpeechSoundType, &_speechHandle, stream, SOUND_SPEECH_ID, speech… in startSpeech()

12345678910>>...21