SUGIRA (Sea Urchin Grapher - Impulse Response Ambisonic) is a software for visualizing Ambisonics impulse responses in 3D. It allows you to export data related to Azimuth, Elevation, Intensity, and the W channel over time. Additionally, it features a section where you can load a plan image and overlay the hedgehog plot on it, resize it, and rotate it to align the direct sound with the direction of the source in the three planes. Read more about SUGIRA here.
- Download or clone the repository.
git clone https://github.com/francobach47/SUGIRA.git
cd SUGIRA
- Create and initialize poetry environment
poetry install
poetry shell
Note: If you encounter errors with PyQtWebEngine
, the following command maybe help: pip install PyQtWebEngine==5.15.6
- Run GUI
python3 sugira/gui.py
- Download or clone the repository.
git clone https://github.com/francobach47/SUGIRA.git
cd SUGIRA
- Create and initialize poetry environment
poetry install
poetry shell
Note: If you encounter errors with PyQtWebEngine
, the following command maybe help: pip install PyQtWebEngine==5.15.6
- Install the pre-commit hooks for code formating and linting with
black
andpylint
.
pre-commit install