|
Kind of a bit redundant :S
And what would be the process? I hope you can help me a bit because Im sort of lost in here:
var waveIn = new WasapiCapture(inputDevice);
var waveOut = new WasapiOut(outputDevice, Shared, true, 150);
//What object do I need to create to provide a IWaveProvider for it Init method of waveOut?
Hope you can help me with this
Regards
JLuis
|