summaryrefslogtreecommitdiff
path: root/shared-module/audioio
AgeCommit message (Expand)Author
2019-03-08Merge branch 'dm-mixer' of https://github.com/adafruit/circuitpython into mix...sommersoft
2018-11-20DM: mixer voice stuffdean
2018-11-15DM: in progress mixer voicedean
2018-11-15DM: adding mixer voice APIdean
2018-11-14DM: mixer voice object skeletondean
2018-10-31add channels and bits_per_sample to audioio.WaveFilecaternuson
2018-10-31DM: adding mixer gaindean
2018-10-09Rename stop to stop_voice in case we want stop to stop everything later.Scott Shawcroft
2018-10-05Fix M0 mathScott Shawcroft
2018-10-05Fix voice ending in the middle of a buffer.Scott Shawcroft
2018-10-05Introduce audioio.Mixer which can mix multiple audio samplesScott Shawcroft
2018-08-16Compress all translated strings with Huffman coding.Scott Shawcroft
2018-08-07Support internationalisation.Scott Shawcroft
2018-06-14Fix playing audio from SD cardDan Halbert
2018-04-12Add audio output support!Scott Shawcroft