An open API service indexing awesome lists of open source software.

https://github.com/spatialaudio/python-sofa

A python API for reading and writing SOFA files (https://www.sofaconventions.org/)
https://github.com/spatialaudio/python-sofa

Last synced: 9 months ago
JSON representation

A python API for reading and writing SOFA files (https://www.sofaconventions.org/)

Awesome Lists containing this project

README

          

Spatially Oriented Format for Acoustics (SOFA) API for Python
=============================================================
A Python API for reading, writing and creating SOFA files as defined by the SOFA conventions (version 1.0) found at https://www.sofaconventions.org/.

Documentation:
https://python-sofa.readthedocs.io/

Source code and issue tracker:
https://github.com/spatialaudio/python-sofa/

License:
MIT -- see the file ``LICENSE`` for details.

Quick start:
* Install Python 3
* ``python3 -m pip install python-sofa --user``
* Check out the examples in the documentation