Hi all, I'm trying to make the "old" microphone streaming from the browser with node, socket.io and ... well a lot of things. I don't want to use Flash, and because the Web Audio API is almost on the 2 browsers that I want to support (Chrome already has it and Firefox is almost there) I'm currently able to capture the audio data, and using the socket-io stream project (https://github.com/nkzawa/socket.io-stream) I can stream something back to the server- The thing is that I really can't stream it properly, I get some data to the server, but I have to include a lot of noise in it, and then, when I want to encode it to MP3 to stream it fails. Here's a sample of my code https://github.com/joydragon/record-streaming-test if anyone can help me on a proper way to make this happen I'll be very glad
Thanks in advance -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
