Git Product home page Git Product logo

aulos's Introduction

Apache 2.0 Windows Linux Codecov

Aulos

Aulos is an audio synthesis toolkit consisting of:

  • Aulos Studio, a full-featured tool for working with Aulos compositions. Aulos Studio provides convenient ways to create, edit, play and export Aulos compositions without requiring any experience in making music.
  • aulos library which provides functionality to convert Aulos compositions into waveform data. Aulos compositions are tiny compared to what one would expect from a piece of music, yet they can be rendered with any desired quality.

The primary features of Aulos are:

  • Embeddable technology. The library has no external dependencies (apart from the C++ standard library) and can be easily integrated into third-party applications.
  • Fully synthetic sound. Each Aulos composition is completely self-contained and doesn't require additional data (e. g. sound banks) to be rendered.
  • Focus on performance. All design decision are guided by performance considerations, and every change in the synthesis code is benchmarked.
  • Incremental synthesis. A composition can be rendered block by block, which allows to reduce memory requirements and improve load times.

What does it look like

Screenshot of Aulos Studio

What's not there

  • Version compatibility. Aulos is still at the prototype stage, so until at least 0.1 any commit may change anything (API, ABI, file format) in an incompatible way.
  • Binary file format. Binary data is more compact and should be faster to load. However, the composition structure should be stabilized before adding binary format, and at this stage of development, some format changes require manual file manipulations, which are easier to do with text than with binary data.
  • Visual voice editor. The current editor lacks visualization of what's going on under the hood.
  • Voice libraries. It's inconvenient to start every composition from scratch, reinventing all voices or copying them value-by-value from another composition. It's also more user-friendly to provide newcomers with a set of pre-designed voices than to force them to make their own.
  • MIDI import. Not needing to recreate existing melodies in the Studio can greatly improve Aulos adoption.
  • Easy sequence manipulation. Ability to copy, move, split and merge sequences from the Studio is also required for switching to binary file format.

aulos's People

Contributors

blagodarin avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.