Hello
How can I make a PCM (pulse code modulation) audio file using C++?
Using just a bitstream.
Can every media player on an Intel and Mac infrastructures play a PCM file type?
Is it the most portable?
Thanks in advance!![]()
This is a discussion on PCM Audio within the C++ Programming forums, part of the General Programming Boards category; Hello How can I make a PCM (pulse code modulation) audio file using C++? Using just a bitstream. Can every ...
Hello
How can I make a PCM (pulse code modulation) audio file using C++?
Using just a bitstream.
Can every media player on an Intel and Mac infrastructures play a PCM file type?
Is it the most portable?
Thanks in advance!![]()
PCM is a modulation scheme, not a file type. You need to be more specific. If you're looking for a file format that will work everywhere, WAV is the obvious choice.
Code://try //{ if (a) do { f( b); } while(1); else do { f(!b); } while(1); //}