spectacoular

Library for SpectAcoular interactive applications with Acoular


Keywords
GUI, acoustics, beamforming, microphone, array
License
Other
Install
pip install spectacoular==24.6

Documentation

Poster

Package Documentation

The documentation for the SpectAcoular package is available at https://acoular.github.io/spectacoular/.

Quick Start

SpectAcoular is available on conda. In the command line, type:

$ conda install -c acoular spectacoular

This will install SpectAcoular in your Anaconda Python environment and make the SpectAcoular library available from Python. In addition, this will install all dependencies (those other packages mentioned above) if they are not already present on your system.

To verify your installation, one can run one of the pre-build interactive applications (e.g. MicGeomExample app). To do so, navigate to the spectacoular/apps directory and type the following command in a dedicated console (e.g. shell):

$ bokeh serve --show MicGeomExample

A new window should appear in the browser running the application.