Skip to content

It non-stop record an audio file and continuously uploading it to the server. Saving time since almost all the bytes has already been uploaded to the server.

License

Notifications You must be signed in to change notification settings

iamayushjain/Capture-Audio-Streaming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

It non-stop record an audio file and continuously uploading it to the server. Saving time since almost all the bytes has already been uploaded to the server.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published