|
Hello,
I have just started out playing around with the NAudio library,
as my soundcard does not support a "what you hear" record feature I need to have NAudio mixing a WaveIn signal with another WaveStream played in the background.
I've so far accomplished to record the input signal with a WaveIn object, and also using the WasapilLoopbackCapture to record any sound playing of the output instead.
So it's either the one or the other that gets recorded.
I've looked for a way to mix these two signals using the WaveMixerStream32 but I'm not sure if this is possible and how I should implement this to work
(The WaveMixerStream32 takes no WaveIn but only Stream objects)
Any help on this subject is appreciated!
Regards Niclas
|