Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/snd/
Dsnd_WaveFileReader.h34 bool ReadWaveInfo( WaveInfo* info, const void* waveDataOffsetOrigin = NULL ) const;
Dsnd_WaveSoundPlayer.h100 WaveInfo* waveData,
Dsnd_Channel.h102 void AppendWaveBuffer( const WaveInfo& waveInfo );
122 void Start( const WaveInfo& waveParam, int length, u32 startOffset );
Dsnd_Global.h366 struct WaveInfo struct
Dsnd_SoundArchivePlayer.h105 internal::WaveInfo* waveData,
Dsnd_Voice.h127 void Initialize( const WaveInfo& waveInfo, u32 startOffset );
/NW4C-1.2.23/sources/libraries/snd/
Dsnd_WaveFileReader.cpp115 WaveInfo* info, in ReadWaveInfo()
132 WaveInfo::ChannelParam& channelParam = info->channelParam[ i ]; in ReadWaveInfo()
Dsnd_Bank.cpp94 WaveInfo waveInfo; in NoteOn()
Dsnd_WaveSoundPlayer.cpp280 WaveInfo waveInfo; in ReadWaveSoundDataInfo()
372 WaveInfo waveInfo; in StartChannel()
Dsnd_Channel.cpp323 void Channel::Start( const WaveInfo& waveInfo, int length, u32 startOffset ) in Start()
346 void Channel::AppendWaveBuffer( const WaveInfo& waveInfo ) in AppendWaveBuffer()
Dsnd_StreamSoundPlayer.cpp307 WaveInfo waveInfo; in Start()
341 WaveInfo::ChannelParam& channelParam = waveInfo.channelParam[ channelIndex ]; in Start()
Dsnd_SoundArchivePlayer.cpp1688 internal::WaveInfo* waveInfo, in GetWaveSoundData()
Dsnd_Voice.cpp487 void Voice::Initialize( const WaveInfo& waveInfo, u32 startOffset ) in Initialize()
/NW4C-1.2.23/demos/snd/withSdk/sources/
Dmain.cpp216 const nn::snd::Bcwav::WaveInfo& info = nn::snd::Bcwav::GetWaveInfo( s_pMemoryForSdkVoice ); in InitializeSdkVoice()
/NW4C-1.2.23/demos/snd/createSoundThreadManually/sources/
Dmain.cpp241 const nn::snd::Bcwav::WaveInfo& info = nn::snd::Bcwav::GetWaveInfo( s_pMemoryForSdkVoice ); in InitializeSdkVoice()