Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noamtcohen/AudioStreamer
HTML5 realtime audio streaming to nodejs
https://github.com/noamtcohen/AudioStreamer
Last synced: 4 months ago
JSON representation
HTML5 realtime audio streaming to nodejs
- Host: GitHub
- URL: https://github.com/noamtcohen/AudioStreamer
- Owner: noamtcohen
- Created: 2014-09-03T06:17:29.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-03-27T16:55:08.000Z (over 6 years ago)
- Last Synced: 2024-06-22T19:39:52.936Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.27 MB
- Stars: 226
- Watchers: 26
- Forks: 114
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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