Thread: using a codec?

  1. #1
    Hardware Engineer
    Join Date
    Sep 2001
    Posts
    1,398

    Question using a codec?

    Dows anybody know of a resource (book or online) that shows how to make use of an already-existing codec?

    From some of the applications I've seen, it looks like you can write a program that works with any Windows compatible codec... I mean there seems to be an interface standard between Windows applications and Windows codecs. Is that true, or do I have to write a custom interface for each codec?

    I'm thinking about writing an audio application, and it would be cool I could make it work with MP3, WMA, OGG, etc., without worrying about encoding / decoding the various formats.

    Have any of you done anything like this?

    I've poked-around on MSDN, and have only found stuff on using the Windows Media Player... Do I need the Media SDK???

    Do any of you own this book: Fundamentals of Programming the Microsoft Windows Media Platform?

  2. #2
    Registered User
    Join Date
    Sep 2004
    Location
    California
    Posts
    3,268
    If you use DirectShow to work with your audio files, then you wont have to worry about codecs. Your application will automatically be able to use any codecs which are installed. You will need the Media SDK to write DirectShow applications (DirectShow is no longer part of DirectX).

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Open Source Cell phones
    By abachler in forum Tech Board
    Replies: 9
    Last Post: 03-21-2008, 09:31 AM
  2. Codec Bitrates?
    By gvector1 in forum C# Programming
    Replies: 2
    Last Post: 06-16-2003, 08:39 AM
  3. question about readfile() and cout
    By Jasonymk in forum C++ Programming
    Replies: 12
    Last Post: 03-09-2003, 10:40 PM
  4. MPEG - Issues (Codec, Copyright etc.)
    By Davros in forum A Brief History of Cprogramming.com
    Replies: 9
    Last Post: 12-18-2002, 07:22 AM
  5. Difference of CODEC and MODEM
    By netboy in forum A Brief History of Cprogramming.com
    Replies: 10
    Last Post: 07-04-2002, 01:11 AM