How to play a pure PCM raw stream with C#?

Posted by Jader Dias on Stack Overflow See other posts from Stack Overflow or by Jader Dias
Published on 2010-06-06T00:44:40Z Indexed on 2010/06/06 0:52 UTC
Read the original article Hit count: 350

Filed under:
|
|
|

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?

© Stack Overflow or respective owner

Related posts about c#

Related posts about pcm