index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shared-module
/
audiocore
Age
Commit message (
Expand
)
Author
2019-12-13
audiocore: The arguments to reset_buffer went missing
Jeff Epler
2019-12-06
audiocore: use mp_obj_t in prototypes
Jeff Epler
2019-12-05
audiocore: restore the prototypes of audiosample_xxx functions
Jeff Epler
2019-12-04
audiosample: convert to use a protocol
Jeff Epler
2019-09-08
WaveFile: Return GET_BUFFER_ERROR if wrong amount read
jepler
2019-08-25
disable audiomixer on boards it doesn't fit on
sommersoft
2019-08-24
move Mixer & MixerVoice from 'audiocore' to 'audiomixer'
sommersoft
2019-08-24
fix MixerVoice.get_level; now returns a float between 0-1.
sommersoft
2019-08-24
use a MixerVoice constructor
sommersoft
2019-08-19
Merge branch 'master' of https://github.com/adafruit/circuitpython into mixer...
sommersoft
2019-08-19
abandon incomplete mixer asm math functions
sommersoft
2019-08-19
Merge pull request #2032 from pewpew-game/audiocore-buffer
Dan Halbert
2019-08-13
non-DSP 8bit & 16bit functions working.
sommersoft
2019-08-03
bring MixerVoice back to building state; update documentation
sommersoft
2019-08-03
Allow to specify pre-allocated buffer in audicore.WaveFile
Radomir Dopieralski
2019-07-31
Merge branch 'master' of https://github.com/adafruit/circuitpython into mixer...
sommersoft
2019-07-26
WavFile.h: include vfs_fat.h for pyb_file_obj_t definition
Jeff Epler
2019-07-25
audiocore: Factor from audioio
Jeff Epler