Sound Level Meter App#

This application can be used to analyze an audio stream with any available input device. It can be used as a sound level meter and oscilloscope.

Starting the application#

If SpectAcoular is installed in an activated environment, start the application with:

$ level_meter_app --show

If you installed SpectAcoular with uv and did not activate the environment, run:

$ uv run level_meter_app --show

Starting this application produces the following interactive interface in your browser:

../_images/slm.mp4