Searched refs:sampleFrequency (Results 1 – 2 of 2) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sound/ |
| D | NRF52840_PDM.cs | 57 decoderLeft = new PCMDecoder(16, sampleFrequency, 1, false, this); in SetInputFile() 72 decoderRight = new PCMDecoder(16, sampleFrequency, 1, false, this); in SetInputFile() 141 … var eventFrequency = (sampleFrequency / (int)(maxSamplesCount.Value)) * numberOfChannels; in StartPDMThread() 288 sampleFrequency = clockFrequency / sampleRatio; in SetSampleFrequency() 289 …; Sample frequency set to {2}kHz", clockFrequency / 1000.0, sampleRatio, sampleFrequency / 1000.0); in SetSampleFrequency() 422 private uint sampleFrequency; field in Antmicro.Renode.Peripherals.Sound.NRF52840_PDM
|
| D | NRF52840_I2S.cs | 72 encoder = new PCMEncoder(sampleWidth, sampleFrequency, numberOfChannels, false); in Start() 84 … decoder = new PCMDecoder(sampleWidth, sampleFrequency, numberOfChannels, false, this); in Start() 105 …rxTxThread = machine.ObtainManagedThread(ProcessFrames, sampleFrequency / ((uint)maxSamplesCount.V… in StartRxTxThread() 277 sampleFrequency = GetClosestValue(masterFrequency / sampleRatio, possibleSamplingRates); in SetSampleFrequency() 278 … this.Log(LogLevel.Debug, "Set sample frequency to {0}Hz, {1}Bit", sampleFrequency, sampleWidth); in SetSampleFrequency() 435 private uint sampleFrequency; field in Antmicro.Renode.Peripherals.Sound.NRF52840_I2S
|