summaryrefslogtreecommitdiff
path: root/shared-bindings/audioio/AudioOut.c
AgeCommit message (Expand)Author
2020-07-03Made every init return Nonedherrada
2020-07-02Made suggested changesdherrada
2020-07-02Added type hints to audioiodherrada
2020-05-27Various doc examples: Fix the "/ 18" copypasta bugJeff Epler
2020-05-12Swap sphinx to autoapi and the inline stubsScott Shawcroft
2020-04-30Did audioio, audiomixer, audiomp3dherrada
2020-04-28Fixed some more whitespacedherrada
2020-04-27Added inline pyi to audiocoredherrada
2020-03-05rename routines to be clearer; fix wiznet arg typesDan Halbert
2020-02-28new pin validation routines; don't use mp_const_none if NULL will doDan Halbert
2019-08-25docs: correct audiomixer refssommersoft
2019-07-26docs: An `audiocore.Mixer` suffices where another audio source wouldJeff Epler
2019-07-26docs: corrections that stem from the "audiocore" renameJeff Epler
2019-07-25audiocore: Factor from audioioJeff Epler
2019-06-12Refactor deinit check to reduce code size.Scott Shawcroft
2019-01-14Add subclass support to displayio.Scott Shawcroft
2018-12-03Fix arg type for AudioOut(..., quiescent_value=...)Dan Halbert
2018-10-17Tweaks from feedback:Scott Shawcroft
2018-10-16Ramp values to and from a default value while active.Scott Shawcroft
2018-08-07Support internationalisation.Scott Shawcroft
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-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-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-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