views:

348

answers:

1

Is it possible to play a multiple audio streams (mux) in silverlight (at best simultaneous)? I need to implement a player that can load and play multiple tracks from the server together. The user can mute then any tracks to hear them selectively.

Do you know some existing commercial or free solutions?

+1  A: 

Check out Pete Brown's excellent synthesizer: http://community.irritatedvowel.com/blogs/pete%5Fbrowns%5Fblog/archive/2009/07/19/Silverlight-Synthesizer-Source-Code-%5F1320%5F-MediaStreamSource-Raw-Sound.aspx

He uses the MediaStreamSource to play multiple sounds.

James Cadd
I have found a sample code to the ManagedMediaHelpers http://code.msdn.microsoft.com/ManagedMediaHelpers I will try it.
Shurup