pyfar#

https://badge.fury.io/py/pyfar.svg Documentation Status https://circleci.com/gh/pyfar/pyfar.svg?style=shield https://mybinder.org/badge_logo.svg

The python package for acoustics research (pyfar) offers classes to store audio data, filters, coordinates, and orientations. It also contains common functions for digital audio signal processing.

Getting Started#

Check out pyfar.org for a tour through the pyfar universe, including complete documentation of this package and the other packages.

Installation#

Use pip to install pyfar

$ pip install pyfar

(Requires Python 3.8 or higher)

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.

Contributing#

Refer to the contribution guidelines for more information.