Metadata-Version: 2.4
Name: sfs
Version: 0.6.2
Summary: Sound Field Synthesis Toolbox
Home-page: http://github.com/sfstoolbox/
Author: SFS Toolbox Developers
Author-email: sfstoolbox@gmail.com
License: MIT
Keywords: audio,SFS,WFS,Ambisonics
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.6
License-File: LICENSE
Requires-Dist: numpy!=1.11.0
Requires-Dist: scipy
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: platform
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

Sound Field Synthesis (SFS) Toolbox for Python
==============================================

A Python library for creating numercial simulations of sound field synthesis
methods like Wave Field Synthesis (WFS) or Near-Field Compensated Higher Order
Ambisonics (NFC-HOA).

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

Source code and issue tracker:
    https://github.com/sfstoolbox/sfs-python/

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

Quick start:
    * Install Python 3, NumPy, SciPy and Matplotlib
    * ``python3 -m pip install sfs --user``
    * Check out the examples in the documentation

More information about the underlying theory can be found at
https://sfs.readthedocs.io/.
There is also a Sound Field Synthesis Toolbox for Octave/Matlab, see
https://sfs-matlab.readthedocs.io/.
