views:

484

answers:

1

Hi

Can you recommand a API to prorammatically feed sound data (wav or something) into to get in the end an streaming server someone can connect to with e.g. winamp? In my szenario I have some wave samples and would like to "create" sounds/music with them streaming the result to an audience on the fly. My prefered language is C++ (on Red Hat)

thanks

Stephan

+3  A: 

Try IceCast. The associated API is libshout. See this example code.

Matthew Flaschen