Overview

Pythonic Audio Library and Codecs Environment provides common higher-level API for audio rendering using OpenAL:

  • 3D positional rendering, with HRTF support for stereo systems

  • Environmental effects: reverb, atmospheric air absorption, sound occlusion and obstruction

  • Out-of-the-box codec support: FLAC, MP3, Ogg Vorbis, Opus, WAV, AIFF, etc.

Palace wraps around the C++ interface alure using Cython for a safe and convenient interface with type hinting, data descriptors and context managers, following PEP 8#naming-conventions (PascalCase.snake_case).

Indices and Tables