circuitpython/shared-module/audioio
Carlos 671178c8c4 [shared-module/audioio/WaveFile.h] Change sample_rate from uint16_t to uint32_t so it matches the sample rate type parsed from the WAV header format, fix #1922 2019-06-04 21:31:30 -05: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 Introduce audioio.Mixer which can mix multiple audio samples 2018-10-05 15:12:23 -07:00
RawSample.c Fix playing audio from SD card 2018-06-14 18:47:40 -04:00
RawSample.h Fix playing audio from SD card 2018-06-14 18:47:40 -04:00
WaveFile.c add channels and bits_per_sample to audioio.WaveFile 2018-10-31 18:08:10 -07:00
WaveFile.h [shared-module/audioio/WaveFile.h] Change sample_rate from uint16_t to uint32_t so it matches the sample rate type parsed from the WAV header format, fix #1922 2019-06-04 21:31:30 -05:00
__init__.c Introduce audioio.Mixer which can mix multiple audio samples 2018-10-05 15:12:23 -07:00
__init__.h Introduce audioio.Mixer which can mix multiple audio samples 2018-10-05 15:12:23 -07:00