summaryrefslogtreecommitdiff
path: root/shared-module/audiocore/Mixer.c
AgeCommit message (Collapse)Author
2019-08-24move Mixer & MixerVoice from 'audiocore' to 'audiomixer'sommersoft
2019-08-19abandon incomplete mixer asm math functionssommersoft
2019-08-13non-DSP 8bit & 16bit functions working.sommersoft
2019-08-03bring MixerVoice back to building state; update documentationsommersoft
2019-07-31Merge branch 'master' of https://github.com/adafruit/circuitpython into ↵sommersoft
mixer_voice
2019-07-25audiocore: Factor from audioioJeff Epler
When nrf pwm audio is introduced, it will be called `audiopwmio`. To enable code sharing with the existing (dac-based) `audioio`, factor the sample and mixer types to `audiocore`. INCOMPATIBLE CHANGE: Now, `Mixer`, `RawSample` and `WaveFile` must be imported from `audiocore`, not `audioio`.