Visualising audio from the microphone using the Web Audio API in React.
You need Node.js installed to run the application.
git clone https://github.com/eliothill/mic-drop.git
cd react-web-audio
npm install
Start the app:
npm start
And open the browser to http://localhost:3000/.