raspberrypi / pico-extras

BSD 3-Clause "New" or "Revised" License
468 stars 117 forks source link

Use joined FIFO mode in audio_i2s.pio #75

Open korneliuszo opened 3 months ago

korneliuszo commented 3 months ago

As state machine is output only it is possible to use joined FIFO mode. It allows more jitter(reaction time to DMA complete event when using only one DMA channel) on producer side of FIFO.