Metadata-Version: 2.0
Name: sfs
Version: 0.4.0
Summary: Sound Field Synthesis Toolbox
Home-page: http://github.com/sfstoolbox/
Author: SFS Toolbox Developers
Author-email: sfstoolbox@gmail.com
License: MIT
Description-Content-Type: UNKNOWN
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: Topic :: Scientific/Engineering
Requires-Dist: numpy (!=1.11.0)
Requires-Dist: scipy

Sound Field Synthesis Toolbox for Python
========================================

The Sound Field Synthesis Toolbox for Python gives you the possibility to create
numercial simulations of sound field synthesis methods like wave field synthesis
(WFS) or near-field compensated higher order Ambisonics (NFC-HOA).

Theory:
    http://sfstoolbox.org/

Documentation:
    http://python.sfstoolbox.org/

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

Python Package Index:
    https://pypi.python.org/pypi/sfs/

SFS Toolbox for Matlab:
    http://matlab.sfstoolbox.org/

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

Quick start:
    * Install NumPy, SciPy and Matplotlib
    * ``python3 -m pip install sfs --user``
    * ``python3 doc/examples/horizontal_plane_arrays.py``


