The python package for acoustics research (pyfar) offers classes to store audio data, filters, coordinates, and orientations. It also contains functions for reading and writing audio data, as well as functions for processing, generating, and plotting audio signals.
Getting Started
The pyfar workshop gives an overview of the most important pyfar functionality and is a good starting point. It is part of the pyfar example gallery that also contains more specific and in-depth examples that can be executed interactively without a local installation by clicking the mybinder.org button on the respective example. The pyfar documentation gives a detailed and complete overview of pyfar. All these information are available from pyfar.org.
Installation
Use pip to install pyfar
pip install pyfar
Audio file reading/writing is supported through SoundFile, which is based on
libsndfile. On Windows and OS X, it will be installed automatically.
On Linux, you need to install libsndfile using your distribution’s package manager, for example sudo apt-get install libsndfile1.
If the installation fails, please check out the help section.
Contributing
Check out the contributing guidelines if you want to become part of pyfar.
Release files for pyfar 0.8.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pyfar-0.8.1.tar.gz | 8.8 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pyfar-0.8.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 17.9 MB
Release files / pyfar-0.8.1.tar.gz
| Download URL | pyfar-0.8.1.tar.gz |
|---|---|
| Size | 8.8 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0a6c38a1eab8a780081037cb29ea4c851d26a642c46e399d5aa949ede3118a72
|
|
BLAKE2b-256 checksum How to use checksums |
181a379269bcbb2362c4f1e7df87444cdbe8be607e36adcca78503d76ad5b9bc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.7
|
Release files / pyfar-0.8.1-py3-none-any.whl
| Download URL | pyfar-0.8.1-py3-none-any.whl |
|---|---|
| Size | 9.1 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
3d03185532397737868f3f6eafd2f73d7cf5ab8698d775ecd97c8ea6f4e151fa
|
|
BLAKE2b-256 checksum How to use checksums |
5f606b3f9511fa03ebbac56220d6dc4f3015956f6ae49b22f88eae42bc5be7d8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.7
|