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.
Release files for spaudiopy 0.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| spaudiopy-0.2.0.tar.gz | 13.4 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| spaudiopy-0.2.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 26.8 MB
Release files / spaudiopy-0.2.0.tar.gz
| Download URL | spaudiopy-0.2.0.tar.gz |
|---|---|
| Size | 13.4 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
12815c88319c24089e510d9edaec2800b28ae478a6ac6f8caf39524e84b0d9a5
|
|
BLAKE2b-256 checksum How to use checksums |
7ca07f9924782cd31ad34fdfa2865afe234b998dbce365009fa3127c08900337
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.12.2
|
Release files / spaudiopy-0.2.0-py3-none-any.whl
| Download URL | spaudiopy-0.2.0-py3-none-any.whl |
|---|---|
| Size | 13.4 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
fb521c131f99d030a753ad41f590c24dbc1a3ab318df5b0ca4b1909af6235f6f
|
|
BLAKE2b-256 checksum How to use checksums |
6524663573f8aeee3a02c71fcc03b76fbb439650fe63a98bdf1b9eac41b8a6ce
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.12.2
|