Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 346 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 346 Bytes

Visualising audio from the microphone using the Web Audio API in React.

Running the app

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/.