circuitpython/shared-module/audioio
Jeff Epler 6b44e40ee8 audiocore: Factor from audioio
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`.
2019-07-25 06:44:26 -05:00
..
__init__.c audiocore: Factor from audioio 2019-07-25 06:44:26 -05:00
__init__.h audiocore: Factor from audioio 2019-07-25 06:44:26 -05:00