Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 277 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 277 Bytes

It streams pcm chunks from the browser's mic into a node server through websockets. Those chunks are piped into node-wav FileWriter.

To start run:

node app.js

Then go to http://localhost:3700 and make a recording. It should create a wav file in your project's folder.