Skip to content

arupiot/Sound-level-meter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

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

About

This piece of Python script measures sound level.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages