Searched refs:decoderLeft (Results 1 – 2 of 2) sorted by relevance
29 decoderLeft?.Reset(); in Reset()45 if(decoderLeft == null) in SetInputFile()47 decoderLeft = new PCMDecoder(16, 16000, 1, false, this); in SetInputFile()52 decoderLeft.LoadFile(fileName); in SetInputFile()134 var samples = decoderLeft.GetSamplesByCount(samplesCount); in InputSamples()161 var samplesLeft = decoderLeft.GetSamplesByCount(samplesCount / 2).ToArray(); in InputSamples()339 private PCMDecoder decoderLeft; field in Antmicro.Renode.Peripherals.Sound.EOSS3_Voice
35 decoderLeft?.Reset(); in Reset()55 if(decoderLeft == null) in SetInputFile()57 decoderLeft = new PCMDecoder(16, sampleFrequency, 1, false, this); in SetInputFile()62 decoderLeft.LoadFile(fileName); in SetInputFile()172 var samples = decoderLeft.GetSamplesByCount(samplesCount); in InputSamples()199 var samplesLeft = decoderLeft.GetSamplesByCount(samplesCount / 2).ToArray(); in InputSamples()429 private PCMDecoder decoderLeft; field in Antmicro.Renode.Peripherals.Sound.NRF52840_PDM