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/)
- Host: GitHub
- URL: https://github.com/spatialaudio/python-sofa
- Owner: spatialaudio
- License: mit
- Created: 2019-04-26T06:10:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-08T17:19:14.000Z (almost 5 years ago)
- Last Synced: 2024-11-07T08:17:09.993Z (about 1 year ago)
- Language: Python
- Size: 9.38 MB
- Stars: 24
- Watchers: 11
- Forks: 8
- Open Issues: 5
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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