C CMake C++ Objective-C Shell
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
a2play
benchmark Fixed wtosc pitch accuracy issues Dec 30, 2016
doc
include
src
test Removed SDL 1.2 support Dec 16, 2017
.gitignore
.travis.yml
A2S.YAML-tmLanguage Added 'detach' A2S instruction, for detaching subvoices Dec 31, 2016
A2S.tmLanguage Added 'detach' A2S instruction, for detaching subvoices Dec 31, 2016
BUILDDEFS Changed default MXEPATH to /usr/lib/mxe/ Dec 14, 2017
CMakeLists.txt Bumped version to 1.9.4 Dec 18, 2017
ChangeLog Import of changes since the 1.9.0 release Sep 11, 2013
FindAudiality2.cmake Various build script fixes Oct 28, 2014
INSTALL.md Updated build scripts and instructions Nov 27, 2017
LICENSE.SONGS.txt
LICENSE.txt Fixed license files, to avoid confusing GitHub Mar 24, 2017
README.md Updated build scripts and instructions Nov 27, 2017
TODO Optimized pitch calculations Nov 16, 2016
audiality2.pc.cmake Fixed incorrect dependencies in audiality2.pc Jan 29, 2017
audiality2.xml
build-emscripten.sh
clean-all Updated build scripts and instructions Nov 27, 2017
configure Haxed static builds to work under at least some circumstances Nov 27, 2017
make-all Updated build scripts and instructions Nov 27, 2017
programming.txt Import of the official 1.9.0 release Sep 11, 2013

README.md

Audiality 2

Build Status

Overview

Audiality 2 is a realtime audio and music engine, primarily intended for video games. While it supports traditional sample playback as well as additive, subtractive and granular synthesis, the distinctive feature is subsample accurate realtime scripting.

Design

Audiality 2 generates sound and music using a tree graph of voices, driven by user defined programs running on a virtual machine. Voices are modular, allowing custom combinations of oscillators, filters and other units.

Each voice is controlled by a program (user defined script code) that can be given initial arguments, and receive messages for realtime control. A program can (recursively) spawn other programs on subvoices, and control these by sending messages.

Timing is subsample accurate, and durations can be specified in milliseconds, or in terms of user defined musical ticks.

The name Audiality...

...has been around for a long time, and the last few years the sound engine of Kobo Deluxe has been known by this name.

Now, as the former Audiality is no longer maintained, and the new sound engine in development for Kobo II has much more potential, it has been decided to yet again recycle the name.