summaryrefslogtreecommitdiff
path: root/shared-module/audiocore/WaveFile.h
AgeCommit message (Collapse)Author
2019-07-26WavFile.h: include vfs_fat.h for pyb_file_obj_t definitionJeff Epler
Without such a definition, this header is not self-contained, but requires whoever included it to also include vfs_fat.h
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`.