Home
last modified time | relevance | path

Searched defs:PCMEncoder (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Sound/
DPCMEncoder.cs16 public class PCMEncoder : IDisposable class
18 …public PCMEncoder(uint sampleWidthBits, uint samplingRateHz, uint numberOfChannels, bool concatena… in PCMEncoder() method in Antmicro.Renode.Sound.PCMEncoder