Thread: Compression/Decompression Wave File and MP3

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #6
    Hardware Engineer
    Join Date
    Sep 2001
    Posts
    1,398
    am so afraid, you mean so far nobody could manage to 'talk' to a codec?
    No! Almost all audio programs (WAV editors, etc.) can interface to any codec. It's just that I don't know how, and I haven't found a reference yet. (Maybe Bob's reference is what I was looking for! )

    When you said "Platform SDK, the Media Format SDK, and the DirectX SDK", do you mean I have to use three of them or only one of them? Could you please explain?
    Sorry, I don't know. I never did find that particular information. I have the Platform SDK and the DirectX SDK. I haven't read everything in them. There is a surprising amount of documentation in the SDKs. But, it seems to be organized more like a tutorial than a reference.... I didn't see organized groups of functions that I could browse through to see which ones I need etc. Hopefully, there are others here who can give you better guidance... I've been fooling around with Windows programming for quite a while, but I'm still just a beginner.

    P.S. I looks like Bob's MSDN link only covers the Windows Media Format... I don't know how much of that applies to other codecs (MP3, etc.). Then again, WMA files might work for you.

    Ooooh! I found something very interesting on MSDN: Using CODEDs to Compress Wave Audio. I hope it's not too outdated... It references Win95 and WinNT.

    P.P.S. Yes, It's outdated... The Platform SDK says that the ACM codecs are "deprecated". It says there are 3 types of codecs:

    ACM (and VCM)
    Direct Show Filters
    DirectX Media Objects (DMOs)

    I found that in the DirectX section of the Platform SDK, and I assume that it's duplicated in the DirectX SDK.
    Last edited by DougDbug; 04-22-2006 at 12:36 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. opening an MP3 file for bit access
    By gaza2k1 in forum C Programming
    Replies: 13
    Last Post: 02-24-2008, 09:08 PM
  2. mp3 file renamer
    By Loic in forum C++ Programming
    Replies: 6
    Last Post: 10-17-2007, 12:52 PM
  3. MP3 file searching question
    By panfilero in forum C Programming
    Replies: 4
    Last Post: 11-27-2005, 01:19 PM
  4. Edit mp3 File Names
    By willc0de4food in forum C Programming
    Replies: 20
    Last Post: 04-10-2005, 11:45 PM
  5. wave player or mp3 player using C
    By lliero in forum C Programming
    Replies: 5
    Last Post: 02-27-2002, 11:33 AM