Skip to content

dechamps/LoudspeakerExplorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

236685d · Jan 1, 2023
Jan 1, 2023
Apr 6, 2020
Aug 23, 2020
Oct 20, 2020
Apr 5, 2020
Feb 16, 2020
Jan 1, 2023
Apr 5, 2020
Apr 10, 2020
Jul 26, 2020

Repository files navigation

Loudspeaker Explorer

By Etienne Dechamps ([email protected]) - MIT License

Open in Colab Binder Continuous Integration

This is the development home of Loudspeaker Explorer, a speaker measurement visualization, analysis and comparison tool.

You might be looking for the ready-to-use rendered Colab notebook or the AudioScienceReview thread.

Developer information

CAUTION: changes made in Colab cannot be merged back into source control because the "rendered" notebook format is very different from the source notebook. If you wish to make permanent changes, follow the below instructions instead.

To make version control easier, in this repository the Loudspeaker Explorer Jupyter Notebook is stored as a Jupytext Markdown file. Jupytext is used to convert the Markdown file to Jupyter Notebook format (.ipynb) for publishing on Colab.

The best way to set up a development environment for Loudspeaker Explorer is to install Jupyter Notebook or JupyterLab as well as Jupytext. Then simply open Loudspeaker_Explorer.md. For the notebook to actually run, don't forget to install dependencies using pip install -r requirements.txt. Happy hacking!