Home
last modified time | relevance | path

Searched refs:NumSoundFrames (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/mednafen/mednafen/src/sound/
H A DWAVRecord.cpp58 void WAVRecord::WriteSound(const int16 *SoundBuf, uint32 NumSoundFrames) in WriteSound() argument
60 uint32 NumSoundSamples = NumSoundFrames * SoundChan; in WriteSound()
H A DWAVRecord.h37 void WriteSound(const int16 *SoundBuf, uint32 NumSoundFrames);