web-audio-stream
web-audio-stream copied to clipboard
Stream data to web audio
Hi. I'm testing out this package on the browser. My plan is to use it to facilitate my use of socket.io in sending audio data to the client from a...
git clone [email protected]:audiojs/web-audio-stream.git cd /home/pie/src/github.com/audiojs/web-audio-stream seeing errors on install ``` pie@peach ~/src/github.com/audiojs/web-audio-stream $ npm install > [email protected] install /home/pie/src/github.com/audiojs/web-audio-stream/node_modules/speaker > node-gyp rebuild make: Entering directory '/home/pie/src/github.com/audiojs/web-audio-stream/node_modules/speaker/build' CC(target) Release/obj.target/output/deps/mpg123/src/output/alsa.o ../deps/mpg123/src/output/alsa.c: In...
i m searching a generic solution working in all modern browser for creating a stream mp3. i could receives chunks of a mp3 file. Your library can help me?
[Here](https://github.com/TinyRave/Libraries/blob/master/src/player_internals.coffee#L38) is an example of putting audio processing code into web-worker. Because processing audio in the main thread may be blocked by UI, webgl etc, which is critical. That possibly...
Experiment with streaming to https://github.com/sebpiq/node-web-audio-api