tianshuo / browser-pcm-stream

Stream pcm from the browser's microphone through websockets to a node server and save to wav file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Stream pcm from the browser's microphone through websockets to a node server and save to wav file.

License:GNU General Public License v3.0


Languages

Language:JavaScript 90.1%Language:HTML 9.9%