Skip to content

Releases: MCJack123/AUKit

AUKit 1.9.1

08 Aug 05:25
d2ce265
Compare
Choose a tag to compare

Changes since the last release:

  • Fixed MDFPWM code
  • Added ability to write metadata in WAV files

AUKit 1.9.0

08 Aug 04:49
062ac65
Compare
Choose a tag to compare

Changes since the last release:

  • Added aukit.player for use with Taskmaster
  • Changed docs to use Doxygen

AUKit 1.8.0

06 Mar 01:06
60a1677
Compare
Choose a tag to compare

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

27 Jun 06:33
80b8d07
Compare
Choose a tag to compare

Changes since the last release:

  • Added G.711 A-law/µ-law decoders & WAV/AU formats
  • Added support for some AIFC files
  • Added streamData option to austream 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

19 Jun 23:51
d528d58
Compare
Choose a tag to compare

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

28 Apr 18:24
16bdfa3
Compare
Choose a tag to compare

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