circuitpython/ports/nrf/common-hal/audiobusio
jepler 7b9dfc9952 nrf: i2s: tune audio buffering
.. based on some tasks I found that caused stuttering:

 # Test SD and printing
 while True: os.listdir('.')

 # Test bulk I/O
 while True: len(open('somefile.wav', 'rb').read())

Each of these tasks *WAS* worse and I am improving them in a separate
PR by adding RUN_BACKGROUND_TASKS to them.
2019-09-09 20:13:12 -05:00
..
I2SOut.c nrf: i2s: tune audio buffering 2019-09-09 20:13:12 -05:00
I2SOut.h nrf: Add i2s audio output 2019-09-08 16:46:35 -05:00
PDMIn.c nrf: PDMIn: Implement 2019-08-18 15:58:04 -05:00
PDMIn.h nrf: PDMIn: Implement 2019-08-18 15:58:04 -05:00
__init__.c nrf: stub out audiobusio.PDMIn, audiobusio.I2SOut 2019-08-18 15:55:57 -05:00