Skip to content

Send alerts based upon the sound frequencies detected

Notifications You must be signed in to change notification settings

digideskio/freqalert

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

freqalert 0.1.0 - MrDave

freqalert is a very simple program to detect a particular frequency and if it is
detected, execute a external command.  To make the program the following libraries
are needed (based upon current apt repo).

sudo apt-get install portaudio19-dev libfftw3-dev libsndfile1-dev

After the packages are installed, type 

make

Once freqalert is built, type 

freqalert -i

to display the devices on the computer and then adjust the freqalert.conf
file to specify the desired device and its associated parameters.  

NOTE:  This program is very rough.  It seems functional but may include significant
flaws that I will continue to investigate and resolve as I learn more about sound
processing.

About

Send alerts based upon the sound frequencies detected

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.6%
  • Makefile 2.4%