I'm trying to store my 16000hz 16bit mono PCM audio bytes to a wav file in a Windows 10 app.
NAudio normaly has a WavFileWriter, but it seems to be gone in the Windows 10 version. I can only seem to find access to new WaveFormat(16000, 16, 1); from https://www.nuget.org/packages/NAudio/1.7.3/
Is there a stream I can use to create the Wav file or its bytes?