Skip to content

sfstoolbox/sfs-python

This branch is 11 commits ahead of master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b503c13 · Sep 16, 2024
Sep 16, 2024
Dec 6, 2017
Mar 11, 2019
Sep 16, 2024
Sep 16, 2024
Mar 10, 2019
Jun 13, 2016
Sep 22, 2015
Mar 14, 2019
Mar 12, 2019
Dec 1, 2017
Jun 5, 2021
Mar 13, 2019
Feb 27, 2019
Sep 16, 2024
Mar 12, 2019
Sep 16, 2024

Repository files navigation

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/.