Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 509 Bytes

File metadata and controls

22 lines (11 loc) · 509 Bytes

Sound-level-meter

This piece of Python script measures sound level. The script depends on the sd ('sound device'), numpy, CFFI and Portaudio libraries.

Installation:

  1. Make sure pip is installed and has all the necessesary tools:

python3 -m pip install setuptools --user

  1. Install dependencies:

python3 -m pip install cffi --user

brew install portaudio (on Mac OS X)

  1. Install sounddevice:

python3 -m pip install sounddevice --user