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:
- http://github.com/sfstoolbox/sfs-python/
- Python Package Index:
- http://pypi.python.org/pypi/sfs/
- SFS Toolbox for Matlab:
- http://matlab.sfstoolbox.org/
- License:
- MIT -- see the file
LICENSEfor details. - Quick start:
- Install NumPy, SciPy and Matplotlib
python3 -m pip install sfs --userpython3 examples/horizontal_plane_arrays.py