Skip to content

julwang3/Blow-Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Microphone Blow Detection

Installation

Ensure your environment has Python and Pip installed.

python --version
pip --version

Both commands should print out the installation version when successfully installed.

Setup

Ensure that you are in the main directory (WATW_Microphone) and run:

pip install -r requirements.txt

If this doesn't work, install the dependencies individually.

pip install matplotlib
pip install numpy
pip install scipy
pip install sounddevice

Running the Program

python blow_detection.py

About

Microphone blow detection prototype for The Wind and the Wasp

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages