summaryrefslogtreecommitdiff
path: root/shared-bindings/audioio
AgeCommit message (Expand)Author
2019-01-14Add subclass support to displayio.Scott Shawcroft
2018-12-03Fix arg type for AudioOut(..., quiescent_value=...)Dan Halbert
2018-11-05in doc string as wellcaternuson
2018-11-05change channels to channel_countcaternuson
2018-10-31add channels and bits_per_sample to audioio.WaveFilecaternuson
2018-10-17Tweaks from feedback:Scott Shawcroft
2018-10-16Ramp values to and from a default value while active.Scott Shawcroft
2018-10-09Rename stop to stop_voice in case we want stop to stop everything later.Scott Shawcroft
2018-10-05Fix doc buildScott Shawcroft
2018-10-05Introduce audioio.Mixer which can mix multiple audio samplesScott Shawcroft
2018-08-07Support internationalisation.Scott Shawcroft
2018-07-13compiles and runs; hangs on import storage;storage.VfsFat.<tab>Dan Halbert
2018-06-29Fixed issue with code in docs for audioioKattni Rembor
2018-05-19fix doc error in audioOut.cjerryneedell
2018-05-08Make resume idempotent (allowing you to call it twice without complaining.)Scott Shawcroft
2018-05-08Tweak exception message.Scott Shawcroft
2018-05-08Add pause/resume control to AudioOut and I2SOutScott Shawcroft
2018-04-13Tweaks based on dhalbert's feedback.Scott Shawcroft
2018-04-12Add audio output support!Scott Shawcroft
2018-02-14Merge pull request #600 from tannewt/clarify_property_commentsKattni
2018-02-07Clarify style of attribute comments in the Design Guide.Scott Shawcroft
2018-02-06shared-bindings: Fix incorrect code commentsarturo182
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-06-07shared-bindings: Update docs to remove with statements from examples but add ...Scott Shawcroft
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 mo...Scott Shawcroft
2017-05-01atmel-samd: Introduce audio sample playback via audioio.AudioOut.Scott Shawcroft