Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Sound/
DPCMDecoder.cs89 public IEnumerable<uint> GetSamplesByCount(uint samplesCountPerChannel) in GetSamplesByCount() argument
93 return samples.DequeueRange((int)(samplesCountPerChannel * numberOfChannels)); in GetSamplesByCount()