well for example if the WAVEFORMATEXTENSIBLE contained stereo IEEE float at 44.1kHz, you'd do this to make an equivalent WAVEFORMAT:
WaveFormat.CreateIEEEFloat(44100, 2);
WaveFormat.CreateIEEEFloat(44100, 2);