Lines Matching refs:snd
28 namespace snd {
33 typedef nn::snd::Voice HardwareChannel;
67 static const int CHANNEL_MAX = nw::snd::internal::WAVE_CHANNEL_MAX;
92 static const int PRIORITY_MAX = nn::snd::VOICE_PRIORITY_NODROP;
204 nw::snd::SampleFormat GetFormat() const;
218 nn::snd::Voice* pDropVoice,
222 nn::snd::Voice* pDropVoice,
245 nw::snd::internal::MixParam* mix
269 nn::snd::WaveBuffer* m_pLastWaveBuffer;
288 nw::snd::SampleFormat m_Format;
292 static u32 FrameToByte( u32 sample, nw::snd::SampleFormat format );
296 nn::snd::WaveBuffer* pBuffer,
302 const nn::snd::AdpcmParam& param );
316 static void GetDebugMixParam( f32& pan, f32& span, nw::snd::internal::MixParam& mix );