circuitpython/shared-bindings/audioio
Scott Shawcroft c209165d43
Ramp values to and from a default value while active.
This reduces the popping sound on initial playback of an audio
sample.

The M4 DAC has a pop on startup that cannot be prevented. It also
does not allow readback so current values of the DAC are ignored.

Fixes #1090
2018-10-16 16:23:29 -07: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 Ramp values to and from a default value while active. 2018-10-16 16:23:29 -07:00
AudioOut.h Ramp values to and from a default value while active. 2018-10-16 16:23:29 -07:00
Mixer.c Rename stop to stop_voice in case we want stop to stop everything later. 2018-10-09 13:28:00 -07:00
Mixer.h Rename stop to stop_voice in case we want stop to stop everything later. 2018-10-09 13:28:00 -07:00
RawSample.c Support internationalisation. 2018-08-07 14:58:57 -07:00
RawSample.h Add audio output support! 2018-04-12 16:35:13 -07:00
WaveFile.c Support internationalisation. 2018-08-07 14:58:57 -07:00
WaveFile.h compiles and runs; hangs on import storage;storage.VfsFat.<tab> 2018-07-13 22:51:10 -04:00