Python package for spherical array processing.
Check out the example notebooks - also available on mybinder.org - for a tour of basic functionality and read the docs for the complete documentation.
Use pip to install spharpy
pip install spharpy
(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
.
If the installation fails, please check out the help section.
Check out the contributing guidelines if you want to become part of pyfar.