PCG
PCG

Reputation: 1207

Output sound to specific channel on device

I have a virtual sound card that has 16 channels. I was wondering if it is possible in .NET to output a sound on a specific channel. So I have one sound going to channel 1, another going to 2 and another going to 3. Thanks!!!

Upvotes: 2

Views: 2102

Answers (1)

Ria
Ria

Reputation: 10367

Microsoft DirectSound is one of solutions of your answer. If you have problem using DirectSound in C# you can see methods of wrappers on DirectShow. NAudio is reliable and useful project.

And this links is useful for starting:

Upvotes: 2

Related Questions