views:

14

answers:

0

I want to teach myself how to write a server and thought of a cool idea that might be a bit much.

Essentially I want a user to be able to stream audio, mp3 or microphone, have this reach my server which will alter this audio stream with other audio streams coming from other users, and will than rebroadcast this mixed new sound.

Since I want this to run in the browser, without writing an extension, is there anyway?'

For the server side I was thinking of using nodejs or twisted, but it really doesn't matter.

Any thoughts would be greatly appreciated

Eric

EDIT By really doesn't matter, I mean that I'd prefer the more trendy more scalable event driven single threaded server model.

EDIT2 Since no one is biting I guess I should be more specific. I want to be able for someone to easily broadcast their music, like a shoutcast server, but I want to do this all in the browser. I think this would be a great and fun project.

Anyone want to chime in?