summaryrefslogtreecommitdiff
path: root/shared-bindings/audioio
AgeCommit message (Collapse)Author
2017-08-25Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in ↵Dan Halbert
development) master. cpx build compiles and loads and works in repl; test suite not run yet esp8266 not tested yet
2017-07-12atmel-samd: Fix AudioOut buffer playback by supporting bytes_per_sample.Scott Shawcroft
Thanks to @ntoll for finding this bug!
2017-06-07shared-bindings: Update docs to remove with statements from examples but add ↵Scott Shawcroft
more detail to the design guide about their use.
2017-06-07docs: Fix header lines that are too short.Scott Shawcroft
2017-05-15atmel-samd: Support wav file playback. Tested up to 16bit 22.1khz. Must be ↵Scott Shawcroft
mono file! SD card support may work but likely needs buffer tuning. Its untested. Fixes #105
2017-05-01atmel-samd: Introduce audio sample playback via audioio.AudioOut.Scott Shawcroft