cscore
cscore copied to clipboard
How Can I play sounf on more then one sound cards?
Hi, I need to play music from one mp3 on 4 sound cards. No I using "MusicPlayer" class form examples and create 4 instances of them. An then on each I call Open() and Play() ... I think it isnt good way?
Thank you
Make sure that if you want to play another mp3, before doing new MusicPlayer do .Stop() and .Dispose() of ISoundOut and
.Dispose() of IWaveSource