Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 1.66 KB

README.rst

File metadata and controls

50 lines (35 loc) · 1.66 KB

pyfar

image

Documentation Status

image

image

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.