Thread: Audio Compression Library in C++

  1. #1
    Registered User
    Join Date
    Jul 2008
    Posts
    7

    Audio Compression Library in C++

    Hi All,

    I need a library in C++ for compressing audio from PCM format (obtained using waveIn* API) to AGC or MP3. I am using windows Vista as platform and to me compression speed is of great importance, i mean if two library is doing the same thing but one is slower but compress more and the other is faster but compress less, I like the second one better.
    Would you please help me in choosing one?

    Any help would be greatly appreciated.

    Thanks,
    Peyman

  2. #2
    Cat without Hat CornedBee's Avatar
    Join Date
    Apr 2003
    Posts
    8,895
    LAME.

    And that's not an insult, but a name.
    All the buzzt!
    CornedBee

    "There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
    - Flon's Law

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Audio Library
    By twomers in forum Tech Board
    Replies: 6
    Last Post: 09-18-2008, 02:42 PM
  2. Audio Library Needed!
    By Matt3000 in forum C++ Programming
    Replies: 16
    Last Post: 01-10-2007, 08:54 PM
  3. Zip Compression Library
    By gotclout in forum C++ Programming
    Replies: 7
    Last Post: 09-01-2006, 01:32 PM
  4. Need help with audio library on DOS...
    By Marton79 in forum C Programming
    Replies: 10
    Last Post: 08-25-2006, 12:32 AM
  5. Portable Audio Library
    By CornedBee in forum C++ Programming
    Replies: 2
    Last Post: 05-19-2005, 02:09 AM