Skip to content

Project that sounds an alarm when the noise is loud

Notifications You must be signed in to change notification settings

bruno319/noise-detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

noise-detector

A simple project using Rust that captures the audio from default microphone and sounds an alarm when the noise is loud.

Dependencies

To install portaudio on Ubuntu:

sudo apt-get install libasound-dev portaudio19-dev

how to run

Clone the project

git clone https://github.com/bruno319/noise-detector

Enter in folder project

cd noise-detector

Change rust channel to nightly

rustup default nightly

Run the project

cargo run

About

Project that sounds an alarm when the noise is loud

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages