Releases: MCJack123/AUKit
Releases · MCJack123/AUKit
AUKit 1.9.1
AUKit 1.9.0
Changes since the last release:
- Added
aukit.player
for use with Taskmaster - Changed docs to use Doxygen
AUKit 1.8.0
Changes since the last release:
- Added support for MDFPWMv3 container files
- Added option to only read metadata for MDFPWMv3/WAV/AIFF/FLAC files
AUKit 1.7.0
Changes since the last release:
- Added G.711 A-law/µ-law decoders & WAV/AU formats
- Added support for some AIFC files
- Added
streamData
option toaustream
to force streaming audio data from disk instead of loading it all at once - Fixed errors when a streaming function passes too much data in a single chunk
aukit.stream.dfpwm
now buffers large input chunks- Fixed a potential issue where the event queue could get filled
- Fixed a few issues with ADPCM streaming functions when using reader functions as input
- Optimized some global accesses
AUKit 1.6.0
Changes since the last release:
- Added support for Microsoft ADPCM, both loading and streaming
- Added support for streaming IMA ADPCM WAV files
AUKit 1.5.0
Changes since the last release (1.4.2):
- Added sinc interpolation (works best on CraftOS-PC Accelerated)
- Added low/high-pass filter effects
- Stream functions now apply automatic low-pass for interpolation
- Cutoff frequency is input sample rate / 2
- Fixed errors in FLAC streamer
- Fixed usage of effects in auplay