summaryrefslogtreecommitdiff
path: root/shared-module/audiocore
AgeCommit message (Expand)Author
2019-12-13audiocore: The arguments to reset_buffer went missingJeff Epler
2019-12-06audiocore: use mp_obj_t in prototypesJeff Epler
2019-12-05audiocore: restore the prototypes of audiosample_xxx functionsJeff Epler
2019-12-04audiosample: convert to use a protocolJeff Epler
2019-09-08WaveFile: Return GET_BUFFER_ERROR if wrong amount readjepler
2019-08-25disable audiomixer on boards it doesn't fit onsommersoft
2019-08-24move Mixer & MixerVoice from 'audiocore' to 'audiomixer'sommersoft
2019-08-24fix MixerVoice.get_level; now returns a float between 0-1.sommersoft
2019-08-24use a MixerVoice constructorsommersoft
2019-08-19Merge branch 'master' of https://github.com/adafruit/circuitpython into mixer...sommersoft
2019-08-19abandon incomplete mixer asm math functionssommersoft
2019-08-19Merge pull request #2032 from pewpew-game/audiocore-bufferDan Halbert
2019-08-13non-DSP 8bit & 16bit functions working.sommersoft
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-26WavFile.h: include vfs_fat.h for pyb_file_obj_t definitionJeff Epler
2019-07-25audiocore: Factor from audioioJeff Epler