circuitpython/ports/nrf/common-hal/audiobusio
Jeff Epler 19d122e546 nrf: i2sout: Fix double-increment when copying samples
This caused two problems when playing unsigned samples:
 * When an even number of samples were present, it "worked" but only
   every other sample was copied into the output, changing the waveform
 * When an odd number of samples were present, the copy continued beyond
   the end of the buffers and caused a hard fault
2019-11-25 09:07:20 -06:00
..
I2SOut.c nrf: i2sout: Fix double-increment when copying samples 2019-11-25 09:07:20 -06: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