Skip to content

This is a react app analyzing the incoming audio stream and indicates whether the current fundamental frequency is currently in the specified limit range.

License

Notifications You must be signed in to change notification settings

YanBull/frequency-analysis-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frequency analysis app

This is a react-app for monitoring the frequencies of the incoming audio stream.

It detects frequencies in the given limits. By default the limits are set to detect the human voice.

How to use it

  1. Install node.js & npm
  2. Install dependencies with npm i
  3. Start the project with npm start
  4. In the browser: go to localhost:3000
  5. Click on "Get microphone input"
  6. Try to say something, monitor the freqeuncies change while you speak and check if the label at the bottom of the page changes
  7. Play with mic treshold and frequency limits for proper recognition

About

This is a react app analyzing the incoming audio stream and indicates whether the current fundamental frequency is currently in the specified limit range.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published