项目作者: olofson

项目描述 :
A realtime scripted modular audio engine for video games and musical applications.
高级语言: C
项目地址: git://github.com/olofson/audiality2.git
创建时间: 2013-09-11T18:31:41Z
项目社区:https://github.com/olofson/audiality2

开源协议:zlib License

下载


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.

Documentation

HTML (Markdeep) documentation is found in ‘docs’, and can be viewed online here.

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.