summaryrefslogtreecommitdiff
path: root/shared-bindings/audioio/__init__.c
AgeCommit message (Expand)Author
2019-10-27audioio: correct trivial typoJeff Epler
2019-08-31enable Mixer backwards compatibility (when audiomixer is available)sommersoft
2019-08-29eval the expression vs [un]definedsommersoft
2019-08-24move Mixer & MixerVoice from 'audiocore' to 'audiomixer'sommersoft
2019-08-17audioio: By default, be compatible with 4.xJeff Epler
2019-07-25Remove unneeded headersScott Shawcroft
2019-07-25audiocore: Factor from audioioJeff Epler
2018-10-05Introduce audioio.Mixer which can mix multiple audio samplesScott Shawcroft
2018-04-12Add audio output support!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-01atmel-samd: Introduce audio sample playback via audioio.AudioOut.Scott Shawcroft