-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated setup and readme for initial release
- Loading branch information
Showing
3 changed files
with
20 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Version History | ||
=============== | ||
|
||
Version 0.1.0 (YYY-MM-DD, pending): | ||
Version 0.1.0 (2019-07-03): | ||
Initial release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,18 @@ | ||
python-sofa | ||
=========== | ||
A python API for reading and writing SOFA files (https://www.sofaconventions.org/) | ||
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters