Audiality2 Versions Save

A realtime scripted modular audio engine for video games and musical applications.

v1.9.4

6 years ago

This is the v1.9.4 milestone release, which contains an urgent fix for the Kobo Redux v0.7.5.1 update.

Changes

  • Audio init can no longer fail due to SDL selecting an unsupported sample format.
  • Updated SDL2 driver, with 24/32 bit audio support.
  • Removed SDL 1.2 support.
  • Fixed broken sanity checks in a2_OpenConfig().
  • Default MXE cross compiler path is now /usr/lib/mxe/.

v1.9.3

6 years ago

This is the v1.9.3 milestone release, primarily intended for Kobo Redux v0.7.5.

Changes

  • Comma is no longer a valid statement delimiter.
  • Improved error checking around SDL, which cannot always be trusted to provide a functional audio interface.
  • Added proper internal log facilities, with log levels that can be enabled or muted individually via state property A2_PLOGLEVELS.
  • Implemented A2_SILENT, which initializes the stat with all log levels muted.
  • Fixed incorrect error return when overflowing the API message buffer.

v1.9.2

7 years ago

This release has only a few minor fixes, and is mostly about getting automatic builds via [Travis CI]https://travis-ci.org/() to work properly. If everything works, we should get DEB, RPM, and Bzip2 Linux packages added to this release automatically.

v1.9.1

7 years ago

This is the v1.9.1 milestone release, primarily intended for Kobo Redux v0.7.1, which will most likely not build or run against any other Audiality 2 release.

No major efforts to maintain API or binary compatibility will be made until Audiality 2.0.0, after which point development will move to a 2.1.x branch.