Audorra - Digital 3d audio library

Audorra is a digital audio library for Delphi and Freepascal. Using a flexible plugin architecture, it allows you to exchange the audio backend (e.g. WaveOut, OpenAL, libao), add protocol classes (e.g. file, http) and audio decoders.

Audorra is meant to be an addition to my 2d graphics engine Andorra 2D and my FFMpeg-Wrapper solution Acinerella. Distinct from solutions like BASS or FMOD Audorra is Opensource, licensed under the MPL.

It contains an efficient 3d audio software renderer, which allows you to position audio sources in a 3d environment.

These are the most striking features of Audorra:
  • Modularity
  • Support for multichannel audio
  • 3D audio renderer
  • Support for many audio formats when using Acinerella
  • Support for HTTP streams using a modified version of Synapse
  • Analyzers (FFT, Oscilloscope, Peakmeter)
  • CD-Audio support
  • Cross platform


The current version might be found here:
https://sourceforge.net/projects/audorra/files/

The documentation (which is about to grow) can be found here:
https://sourceforge.net/apps/mediawi...?title=Audorra

Please remember that the current release (Version 0.5.0) is marked as BETA and my contain critical bugs. Also keep in mind that the interface is about to change until Version 1.0 is reached.

In the upcoming versions the 3D audio renderer will be improved.

More information may be found on the Audorra website:
http://audorra.sf.net/

I hope that someone might find this project useful,
Andreas