circuitpython/shared-bindings/audioio
2019-03-11 18:30:56 -05:00
..
__init__.c Introduce audioio.Mixer which can mix multiple audio samples 2018-10-05 15:12:23 -07: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 Add subclass support to displayio. 2019-01-14 17:29:19 -08:00
AudioOut.h Ramp values to and from a default value while active. 2018-10-16 16:23:29 -07:00
Mixer.c Merge branch 'dm-mixer' of https://github.com/adafruit/circuitpython into mixer_volume 2019-03-08 13:05:45 -06:00
Mixer.h DM: mixer voice stuff 2018-11-20 14:14:22 -05:00
MixerVoice.c fix compilation with updated circuitpy_mpconfig and upstream changes 2019-03-11 18:30:56 -05:00
MixerVoice.h DM: mixer voice stuff 2018-11-20 14:14:22 -05:00
RawSample.c Add subclass support to displayio. 2019-01-14 17:29:19 -08:00
RawSample.h Add audio output support! 2018-04-12 16:35:13 -07:00
WaveFile.c Add subclass support to displayio. 2019-01-14 17:29:19 -08:00
WaveFile.h add channels and bits_per_sample to audioio.WaveFile 2018-10-31 18:08:10 -07:00