Groups | Blog | Home
all groups > c# > april 2008 >

c# : SoundPlayer on multi channel?


ckkwan@my-deja.com
4/19/2008 6:51:40 PM
Dear All,

I am given a 5 channel sound card, and need to play different sound at
different channel.

How can I do that in csharp?

Or precisely, did the dotnet framework support this functionality?

Peter Duniho
4/19/2008 7:03:02 PM
[quoted text, click to view]

I don't believe that .NET does specifically. However, you can get at
DirectSound via interop, and that should work fine for your needs.

kimiraikkonen
4/20/2008 3:41:21 AM
[quoted text, click to view]

Unfortunately, .NET hasn't got a complete built-in support for media
operations. I wish there was.

You can struggle with managed DirectX9 and other activeX
controls(usually paid ones)

HTH,

AddThis Social Bookmark Button