Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Sound/
DPCMDecoder.cs97 public IEnumerable<uint> GetSamplesByTime(uint ms) in GetSamplesByTime() method in Antmicro.Renode.Peripherals.Sound.PCMDecoder
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sound/
DLiteX_I2S_Slave.cs118 var samples = decoder.GetSamplesByTime((uint)(timeDiff.TotalMicroseconds / 1000)); in PushSamples()