circuitpython/shared-bindings/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 Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master. 2017-08-25 22:17:07 -04:00
AudioOut.c audiocore: Factor from audioio 2019-07-25 06:44:26 -05:00
AudioOut.h audiocore: Factor from audioio 2019-07-25 06:44:26 -05:00