circuitpython/shared-module/audiocore
Radomir Dopieralski 9907e3fa28 Allow to specify pre-allocated buffer in audicore.WaveFile
It lets us re-use the same buffer for playing multiple files.
This also allows us to control the size of the buffer. Half of the
buffer will be used for the fist, and half for the second internal
buffer.
2019-08-03 14:15:19 +02: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
Mixer.c audiocore: Factor from audioio 2019-07-25 06:44:26 -05:00
Mixer.h audiocore: Factor from audioio 2019-07-25 06:44:26 -05:00
RawSample.c audiocore: Factor from audioio 2019-07-25 06:44:26 -05:00
RawSample.h audiocore: Factor from audioio 2019-07-25 06:44:26 -05:00
WaveFile.c Allow to specify pre-allocated buffer in audicore.WaveFile 2019-08-03 14:15:19 +02:00
WaveFile.h audiocore: Factor from audioio 2019-07-25 06:44:26 -05:00