I am trying to send audio data to the right and left output channels of a soundcard's output port separately. The right and left channels should get data from two different audio sources.. Is it possible with NAudio?
Asked
Active
Viewed 380 times
2 Answers
0
Yes, read my article on handling multi-channel audio in NAudio. The MultiplexingSampleProvider
enables you to route different inputs to different soundcard outputs.

Mark Heath
- 48,273
- 29
- 137
- 194