summaryrefslogtreecommitdiff
path: root/shared-module/audiocore/RawSample.h
AgeCommit message (Collapse)Author
2021-03-15run code formatting scriptmicroDev
2021-03-05[audiocore] `buffer_read` was never usedArtyom Skrobov
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`.