summaryrefslogtreecommitdiff
path: root/shared-module/audioio/__init__.h
AgeCommit message (Collapse)Author
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`.
2018-10-05Introduce audioio.Mixer which can mix multiple audio samplesScott Shawcroft
to produce a single sample. Only works with 16 bit samples on the M4. Fixes #987
2018-06-14Fix playing audio from SD cardDan Halbert