How can i play a file with extension .pcm using the classes in VC++ 5??I am not able to figure out how to convert the .pcm file into
a .wav format to enable me to use the classes directly.Thanx
Deepak
David Giovannini
May 6th, 1999, 05:59 PM
I am not certain, because I have never heard of PCM, but QuickTime seems to know how to translate MANY media file types. We use QuickTime for all our media development. It gives our customers extreme flexibility at small cost to us. If the QT Movie Player can open a PCM file then using the QT libraries within your app should solve the problem.
Dave