Skip to content

AIRA: Ambisonics Impulse Response Analyzer

License

Notifications You must be signed in to change notification settings

federicobattagliero/AIRA

 
 

Repository files navigation

AIRA banner

License: GPL v2


AIRA (Ambisonics Impulse Response Analyzer) is a novel software for visualizing impulse responses measured from Ambisonics microphones. Its innovative and interactive ui allows you to examine the reflections at a point with a hedgehog-type graph. It is also possible to export the graphs and print them on a floor plan of the analyzed room.

🚀 Try a demo version in my Hugging Face Space nahue-passano/AIRA!

Here are some previews:

AIRA gui

AIRA gui


🆕 Demo running

  1. Download the repository

    git clone https://github.com/nahue-passano/AIRA.git
    cd AIRA
  2. Create and initialize poetry environment

    poetry install
    poetry shell
  3. Run the GUI file

    python3 aira/gui.py

Usage note: In case you do not have your own measurements, import test measurements from test/mock_data/regio_theater


🌱 Getting started (develop)

  1. Download the repository

    git clone https://github.com/nahue-passano/AIRA.git
    cd AIRA
  2. Create and initialize poetry environment

    poetry install
    poetry shell

    Note: If the environment already exists, run poetry update for possible changes in pyproject.toml.

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

    pre-commit install

    Note: If the changes to be commited are reformated, black will cancel the commit. You must add again the changes with git add and commit again


About

AIRA: Ambisonics Impulse Response Analyzer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%