What kind of exception. The constructor overload of MixingSampleProvider with WaveFormat is so simple. Why it should throw any exception?
If I use:
WaveFormat waveFormat = WaveFormat.CreateIeeeFloatWaveFormat(44100, 2);
Then the problem I have mentionied earlier occurred - I cannot resample the input streams with that IEEE format.