How to play a pure PCM raw stream with C#?
- by Jader Dias
I was looking into System.Media.SoundPlayer and NAudio, and AFAIK they only play WAVE streams. The WAVE file is composed of the pure PCM data plus a format header. I don't have this header. How to play the PCM data without the header?