Skip to main content

Pythonic Audio Library and Codecs Environment

Project description

palace

Palace is a Python 3D audio API wrapping around alure. To quote alure's README,

It uses OpenAL for audio rendering, and provides common higher-level features such as file loading and decoding, buffer caching, background streaming, and source management for virtually unlimited sound source handles.

Features

In some sense, what palace aimes to be to OpenAL Soft is what ModernGL is to OpenGL (except that all the heavy-lifting are taken are by alure):

  • 3D sound rendering
  • Environmental audio effects: reverb, atmospheric air absorption, sound occlusion and obstruction
  • Binaural (HRTF) rendering
  • Out-of-the-box audio decoding of FLAC, MP3, Ogg Vorbis, Opus, WAV, AIFF, etc.
  • Modern Pythonic API: snake_case, @property, with context manager, type annotation

Installation

Prerequisites

Palace requires Python 3.6+ for runtime and pip for installation.

Via PyPI

Palace can be install from the Python Package Index via simply

pip install palace

Wheel distribution is only built for GNU/Linux on amd64 at the time of writing. If you want to help out, please head to our GitHub issues #1.

From source

Aside from the build dependencies listed in pyproject.toml, one will additionally need compatible Python headers, alure, a C++11 compiler, CMake 2.6+ (and probably git for fetching the source). Palace can then be compiled and installed by running

git clone https://github.com/McSinyx/palace
pip install palace/

Usage

One may start with the examples for sample usage of palace. For further information, Python's help is your friend.

License and Credits

Palace is released under the GNU LGPL version 3 or later.

To ensure that palace can run without any dependencies outside of the pip toolchain, the wheels are bundled with dynamically linked libraries from the build machine, which is similar to static linking:

Library License
Alure ZLib
OpenAL Soft GNU LGPLv2+
Vorbis 3-clause BSD
Opus 3-clause BSD
libsndfile GNU LGPL2.1+

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

palace-0.0.9.zip (191.0 kB view hashes)

Uploaded Source

Built Distributions

palace-0.0.9-cp38-cp38-manylinux2014_x86_64.whl (8.3 MB view hashes)

Uploaded CPython 3.8

palace-0.0.9-cp37-cp37m-manylinux2014_x86_64.whl (8.3 MB view hashes)

Uploaded CPython 3.7m

palace-0.0.9-cp36-cp36m-manylinux2014_x86_64.whl (8.3 MB view hashes)

Uploaded CPython 3.6m

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page