views:

72

answers:

0

I'm using .NET Compact Framework 3.5 and I'm wanting to crossfade two tracks of music.

The time at which they would crossfade isn't known, the idea is one would loop and something would trigger a crossfade.

I know SoundPlayer can play multiple tracks on top of one another and that (though I've not been able to get it to work), WaveOut is able to control volume (maybe fade?!).

Is there any way of incorporating these functionalites? Thanks