SoundPlayer on multi channel?

  • Thread starter Thread starter ckkwan
  • Start date Start date
C

ckkwan

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?

Thanks In Advance.
 
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?

Thanks In Advance.

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,

Onur Güzel
 
Back
Top