I'm not quite sure what you have in mind for the adapter. AsioOut has the Init method which takes an IWaveProvider at the moment. To fit with other NAudio classes, the simple thing to do would just be to make AsioOut implement IWaveIn. All you need to do is in the callback raise the event of IWaveIn.
↧