| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-07-26 | WavFile.h: include vfs_fat.h for pyb_file_obj_t definition | Jeff Epler | |
| Without such a definition, this header is not self-contained, but requires whoever included it to also include vfs_fat.h | |||
| 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`. | |||
