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