| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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`. | |||
| 2018-10-05 | Introduce audioio.Mixer which can mix multiple audio samples | Scott Shawcroft | |
| to produce a single sample. Only works with 16 bit samples on the M4. Fixes #987 | |||
