Home
last modified time | relevance | path

Searched refs:soundinfo (Results 1 – 23 of 23) sorted by relevance

/dports/games/easyrpg-player/Player-0.7.0/src/
H A Ddecoder_libsndfile.cpp79 soundfile=sf_open_virtual(&vio,SFM_READ,&soundinfo,&this->stream); in Open()
103 frequency = soundinfo.samplerate; in GetFormat()
104 channels = soundinfo.channels; in GetFormat()
121 return soundinfo.samplerate==freq && soundinfo.channels==channels && output_format==fmt; in SetFormat()
174 return decoded_samples / (soundinfo.samplerate * soundinfo.channels); in GetTicks()
H A Ddecoder_libsndfile.h58 SF_INFO soundinfo; variable
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/client/
H A Doalaudio.c58 static sound_t soundinfo[MAX_SOUNDS]; variable
154 soundinfo[i].sample = NULL; in audioDeviceInit()
155 soundinfo[i].volume = 0; in audioDeviceInit()
156 soundinfo[i].updated = 0; in audioDeviceInit()
157 soundinfo[i].source = source[i]; in audioDeviceInit()
158 soundinfo[i].next = &soundinfo[(i + 1) % MAX_SOUNDS]; in audioDeviceInit()
160 ring = soundinfo; in audioDeviceInit()
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libsound/
H A DStreamingSound.cpp38 const int latency = data.soundinfo.getDelaySeek(); in getInPoint()
45 return swfToOutSamples(data.soundinfo, in getInPoint()
54 LiveSound(mh, sd.soundinfo, getInPoint(sd, block)), in StreamingSound()
H A Dsound_handler.cpp262 return &_streamingSounds[handle]->soundinfo; in get_sound_info()
428 const std::uint32_t sampleCount = sounddata->soundinfo.getSampleCount(); in get_duration()
429 const std::uint32_t sampleRate = sounddata->soundinfo.getSampleRate(); in get_duration()
470 sound_id, sounddata->soundinfo.getFormat(), in create_sound()
471 sounddata->soundinfo.isStereo() ? "stereo" : "mono", in create_sound()
472 sounddata->soundinfo.getSampleRate(), in create_sound()
473 sounddata->soundinfo.getSampleCount(), in create_sound()
530 const media::SoundInfo& sinfo = sounddata.soundinfo; in startSound()
572 handle, sounddata.soundinfo.getFormat()); in startSound()
H A DEmbedSound.h171 media::SoundInfo soundinfo; variable
H A DStreamingSoundData.h156 media::SoundInfo soundinfo; variable
H A DEmbedSound.cpp38 soundinfo(std::move(info)), in EmbedSound()
H A DStreamingSoundData.cpp50 soundinfo(std::move(info)), in StreamingSoundData()
H A DEmbedSoundInst.cpp46 LiveSound(mediaHandler, soundData.soundinfo, inPoint), in EmbedSoundInst()
/dports/games/quakeforge/quakeforge-0.7.2/doc/
H A Dsound.dox72 \c soundinfo<br>
/dports/editors/neovim/neovim-0.6.1/runtime/syntax/
H A Dquake.vim59 syn keyword quakeCommand set sizedown sizeup snd_restart soundinfo
/dports/editors/vim/vim-8.2.3745/runtime/syntax/
H A Dquake.vim59 syn keyword quakeCommand set sizedown sizeup snd_restart soundinfo
/dports/science/wxmacmolplt/wxmacmolplt-7.7-43-g9a46f7a/src/ming-src/blocks/
H A Dfromswf.c1220 static void soundinfo(TAG tp) in soundinfo() function
1268 if(snds[n]) soundinfo(tp); in definebuttonsound()
/dports/graphics/ming/libming-ming-0_4_8/src/blocks/
H A Dfromswf.c1220 static void soundinfo(TAG tp) in soundinfo() function
1268 if(snds[n]) soundinfo(tp); in definebuttonsound()
/dports/graphics/p5-ming/libming-ming-0_4_8/src/blocks/
H A Dfromswf.c1220 static void soundinfo(TAG tp) in soundinfo() function
1268 if(snds[n]) soundinfo(tp); in definebuttonsound()
/dports/graphics/py-ming/libming-ming-0_4_8/src/blocks/
H A Dfromswf.c1220 static void soundinfo(TAG tp) in soundinfo() function
1268 if(snds[n]) soundinfo(tp); in definebuttonsound()
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dg_mapinfo.cpp1109 DEFINE_MAP_OPTION(soundinfo, true) in DEFINE_MAP_OPTION() argument
/dports/games/quetoo/quetoo-0.6.1/
H A DREADME272 soundlist->s_list, soundinfo->s_info, netgraph->scr_netgraph
/dports/games/manaplus/manaplus-2.1.3.17/src/
H A DMakefile.in575 resources/soundinfo.h const/resources/spriteaction.h \
1242 resources/soundinfo.h const/resources/spriteaction.h \
3002 resources/soundinfo.h const/resources/spriteaction.h \
/dports/games/uhexen2/hexen2source-1.5.9/docs/
H A DCHANGES.old4269 * Updated sdl sound (added soundinfo to init, various
/dports/games/nexuiz/Nexuiz/sources/darkplaces/
H A DChangeLog24644 Removed the printings at the end of ALSA driver initialization. Fixed the soundinfo format string f…
/dports/games/darkplaces/darkplaces/
H A DChangeLog65563 Removed the printings at the end of ALSA driver initialization. Fixed the soundinfo format string f…