I've done experimenting with this in the past, and in fact I've written a few relevant modules!
node-icecast implements the "icecast protocol" and and decode metadata events from an icecast radio source, or can help inject icecast metadata events into an arbitrary audio data stream (i.e. MP3 audio): https://github.com/TooTallNate/node-icecast node-lame might be useful for encoding/decoding MP3 audio data in node, depending on what you're source is: https://github.com/TooTallNate/node-lame node-speaker can play raw PCM audio data to your computer's speakers through node: https://github.com/TooTallNate/node-speaker Hope they end up being useful. Cheers! -- -- 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/d/optout.
