summaryrefslogtreecommitdiff
path: root/shared-bindings/audioio/AudioOut.h
AgeCommit message (Expand)Author
2019-07-25audiocore: Factor from audioioJeff Epler
2018-10-16Ramp values to and from a default value while active.Scott Shawcroft
2018-05-08Add pause/resume control to AudioOut and I2SOutScott Shawcroft
2018-04-12Add audio output support!Scott Shawcroft
2017-10-03Do not allow a *io object to be used after deinit().Dan Halbert
2017-08-25Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development)...Dan Halbert
2017-07-12atmel-samd: Fix AudioOut buffer playback by supporting bytes_per_sample.Scott Shawcroft
2017-05-01atmel-samd: Introduce audio sample playback via audioio.AudioOut.Scott Shawcroft