Spatial Audio Python Package
Project description
spaudiopy
Spatial Audio Python Package.
The focus (so far) is on spatial audio encoders and decoders. The package includes e.g. spherical harmonics processing and (binaural renderings of) loudspeaker decoders, such as VBAP and AllRAD.
Documentation
You can find the latest package documentation here:
https://spaudiopy.readthedocs.io/
Some details about the implementation can be found in my thesis, or just contact me.
Quickstart
It's easiest to start with something like Anaconda as a Python distribution. You'll need Python >= 3.6 .
You can simply install the latest release with pip:
pip install spaudiopy
This also works for the latest commit:
pip install git+https://github.com/chris-hld/spaudiopy.git@master
From Source
Alternatively, if you want to go into detail and install the package from source:
- Create a conda environment, called e.g. 'spaudio':
conda create --name spaudio python=3.8 anaconda portaudio
- Activate this new environment:
conda activate spaudio
Get the latest source code from GitHub:
git clone https://github.com/chris-hld/spaudiopy.git && cd spaudiopy
Install the package and remaining dependencies:
pip install -e .
Contributions
This is meant to be an open project and contributions or feature requests are always welcome!
Some functions are also (heavily) inspired by other packages, e.g. https://github.com/polarch/Spherical-Harmonic-Transform, https://github.com/spatialaudio/sfa-numpy, https://github.com/AppliedAcousticsChalmers/sound_field_analysis-py .
Licence
MIT -- see the file LICENSE for details.
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
Built Distribution
Hashes for spaudiopy-0.1.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9c6cb5110cc3d737fd9db2cab8c580bbae788e7f134a71e8ac3fc98ae9b6ad38 |
|
MD5 | 01ac9386f8c08dd839bb6a852891a990 |
|
BLAKE2b-256 | 2965ae4a0e034d4673b3eab11b4db6742ee35651211c49db6c349041c53b0d6e |