# spharpy
**Repository Path**: schou0419/spharpy
## Basic Information
- **Project Name**: spharpy
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2025-11-13
- **Last Updated**: 2025-11-28
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
[](https://badge.fury.io/py/spharpy)
[](https://spharpy.readthedocs.io/en/latest/?badge=latest)
[](https://circleci.com/gh/pyfar/spharpy)
[](https://mybinder.org/v2/gh/pyfar/gallery/main?labpath=docs/gallery/interactive/pyfar_introduction.ipynb)
Python package for spherical array processing.
Getting Started
===============
Check out the [example notebooks](https://github.com/pyfar/pyfar/blob/main/examples) - also available on [mybinder.org](https://mybinder.org/v2/gh/pyfar/spharpy/main?filepath=examples/) - for a tour of basic functionality and
[read the docs](https://spharpy.readthedocs.io/en/stable) for the complete documentation.
Installation
============
Use pip to install spharpy
pip install spharpy
(Requires Python 3.10 or higher)
Audio file reading/writing is supported through [SoundFile](https://python-soundfile.readthedocs.io), which is based on
[libsndfile](http://www.mega-nerd.com/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](https://pyfar-gallery.readthedocs.io/en/latest/help).
Contributing
============
Check out the [contributing guidelines](https://pyfar.readthedocs.io/en/stable/contributing.html) if you want to become part of pyfar.