Skip to content

Latest commit

 

History

History
69 lines (46 loc) · 1.72 KB

README.md

File metadata and controls

69 lines (46 loc) · 1.72 KB

Sea Urchin Grapher - Impulse Response Ambisonic

Logo

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.

Logo
Logo

🚀 Run GUI

  1. Download or clone the repository.
git clone https://github.com/francobach47/SUGIRA.git
cd SUGIRA
  1. 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

  1. Run GUI
python3 sugira/gui.py

🌱 Getting Started

  1. Download or clone the repository.
git clone https://github.com/francobach47/SUGIRA.git
cd SUGIRA
  1. 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

  1. Install the pre-commit hooks for code formating and linting with black and pylint.
pre-commit install