arduino-pico/libraries/I2S
Earle F. Philhower, III 5fb5e16be8
Add real block write for AudioRequestBuffer (#2712)
Optimize AudioRequestBuffer writing when large blocks are available (i.e.
I2S writes of full MP3 or AAC frames in BackgroundAudio).  Update I2S to use
the new call.  Reduces 1152 calls to arb::write() to a single call/return
and optimized memcpy in that case.
2024-12-21 14:15:40 -08:00
..
examples Allow I2S constructor to set pins, like PWMAudio (#2702) 2024-12-18 10:06:54 -08:00
src Add real block write for AudioRequestBuffer (#2712) 2024-12-21 14:15:40 -08:00
keywords.txt Add TDM support to I2S (#1673) 2023-08-30 08:28:34 -07:00
library.properties Add Pico W WiFi support (#670) 2022-07-15 16:47:53 -07:00