summaryrefslogtreecommitdiff
path: root/shared-bindings/audiocore
AgeCommit message (Expand)Author
2020-02-27ulab: Incorporate itJeff Epler
2019-12-04audiosample: convert to use a protocolJeff Epler
2019-08-31enable Mixer backwards compatibility (when audiomixer is available)sommersoft
2019-08-24move Mixer & MixerVoice from 'audiocore' to 'audiomixer'sommersoft
2019-08-24comment clean upsommersoft
2019-08-24fix MixerVoice 'get_playing'sommersoft
2019-08-24docs: make MixerVoice.level a propertysommersoft
2019-08-24use a MixerVoice constructorsommersoft
2019-08-22remove MixerVoice deinit & context managerssommersoft
2019-08-20remove 'if float' pre-processor checkssommersoft
2019-08-20fix one more doc ref to audiocoresommersoft
2019-08-19fix doc refs for audiocoresommersoft
2019-08-19Merge branch 'master' of https://github.com/adafruit/circuitpython into mixer...sommersoft
2019-08-19Merge pull request #2032 from pewpew-game/audiocore-bufferDan Halbert
2019-08-17Improve docs for WaveFile bufferRadomir Dopieralski
2019-08-03bring MixerVoice back to building state; update documentationsommersoft
2019-08-03Allow to specify pre-allocated buffer in audicore.WaveFileRadomir Dopieralski
2019-07-31Merge branch 'master' of https://github.com/adafruit/circuitpython into mixer...sommersoft
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