Home
last modified time | relevance | path

Searched refs:WaveInfo (Results 1 – 15 of 15) sorted by relevance

/NW4C-2.0.3/include/nw/snd/
Dsnd_WaveFileReader.h36 bool ReadWaveInfo( WaveInfo* info, const void* waveDataOffsetOrigin = NULL ) const;
Dsnd_Channel.h104 void AppendWaveBuffer( const WaveInfo& waveInfo );
124 void Start( const WaveInfo& waveParam, int length, u32 startOffset );
Dsnd_WaveSoundPlayer.h113 WaveInfo* waveData,
Dsnd_Global.h368 struct WaveInfo struct
Dsnd_Voice.h129 void Initialize( const WaveInfo& waveInfo, u32 startOffset );
Dsnd_SoundArchivePlayer.h106 internal::WaveInfo* waveData,
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_WaveFileReader.cpp117 WaveInfo* info, in ReadWaveInfo()
134 WaveInfo::ChannelParam& channelParam = info->channelParam[ i ]; in ReadWaveInfo()
Dsnd_Bank.cpp109 WaveInfo waveInfo; in NoteOn()
Dsnd_WaveSoundPlayer.cpp282 WaveInfo waveInfo; in ReadWaveSoundDataInfo()
378 WaveInfo waveInfo; in StartChannel()
Dsnd_Channel.cpp325 void Channel::Start( const WaveInfo& waveInfo, int length, u32 startOffset ) in Start()
348 void Channel::AppendWaveBuffer( const WaveInfo& waveInfo ) in AppendWaveBuffer()
Dsnd_StreamSoundPlayer.cpp318 WaveInfo waveInfo; in Start()
352 WaveInfo::ChannelParam& channelParam = waveInfo.channelParam[ channelIndex ]; in Start()
Dsnd_SoundArchivePlayer.cpp1672 internal::WaveInfo* waveInfo, in GetWaveSoundData()
Dsnd_Voice.cpp489 void Voice::Initialize( const WaveInfo& waveInfo, u32 startOffset ) in Initialize()
/NW4C-2.0.3/demos/snd/withSdk/sources/
Dmain.cpp218 const nn::snd::Bcwav::WaveInfo& info = nn::snd::Bcwav::GetWaveInfo( s_pMemoryForSdkVoice ); in InitializeSdkVoice()
/NW4C-2.0.3/demos/snd/createSoundThreadManually/sources/
Dmain.cpp243 const nn::snd::Bcwav::WaveInfo& info = nn::snd::Bcwav::GetWaveInfo( s_pMemoryForSdkVoice ); in InitializeSdkVoice()