Skip to content

Latest commit

 

History

History
executable file
·
18 lines (10 loc) · 354 Bytes

README.md

File metadata and controls

executable file
·
18 lines (10 loc) · 354 Bytes

AudioStreamer

HTML5 realtime audio streaming to nodejs

Stream audio from the microphone connected to your browser to a node js server. You can change the encoding of the saved audio from "WAV" to "MP3" in config.json

install dependencies:

npm install

run:

npm start