| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-08-24 | move Mixer & MixerVoice from 'audiocore' to 'audiomixer' | sommersoft | |
| 2019-08-19 | abandon incomplete mixer asm math functions | sommersoft | |
| 2019-08-13 | non-DSP 8bit & 16bit functions working. | sommersoft | |
| 2019-08-03 | bring MixerVoice back to building state; update documentation | sommersoft | |
| 2019-07-31 | Merge branch 'master' of https://github.com/adafruit/circuitpython into ↵ | sommersoft | |
| mixer_voice | |||
| 2019-07-25 | audiocore: Factor from audioio | Jeff 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`. | |||
