CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Help!!

  1. #1
    Guest

    Help!!

    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


  2. #2
    Join Date
    Mar 1999
    Location
    St. Louis
    Posts
    45

    Re: Help!!

    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


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured