Thread: Audio Library

  1. #1
    The superhaterodyne twomers's Avatar
    Join Date
    Dec 2005
    Location
    Ireland
    Posts
    2,273

    Audio Library

    Hi there,

    Does anyone know of any (free) audio libraries which can record sound from the mic/line in ports? Hopefully with recommendations... Doesn't have to be fancy. Need it for a project a friend of mine's doing which will need to record about 10 seconds from a mic.

    For Windows. MSVC.

    Cheers.

  2. #2
    (?<!re)tired Mario F.'s Avatar
    Join Date
    May 2006
    Location
    Ireland
    Posts
    8,446
    Maybe this one? http://www.ambiera.com/irrklang/
    Looks simple enough.
    Originally Posted by brewbuck:
    Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.

  3. #3
    The superhaterodyne twomers's Avatar
    Join Date
    Dec 2005
    Location
    Ireland
    Posts
    2,273
    Cheers, Mario. Looks simple enough, alright.

    I thought about it, before seeing your reply, and figured that the win32 API should have something, and it does and it's not that hard to follow so I'm using that. A mixture between waveInPrepareHeader, waveInAddBuffer, and waveInStart functions, if anyone's curious.

    Thanks again.

  4. #4
    (?<!re)tired Mario F.'s Avatar
    Join Date
    May 2006
    Location
    Ireland
    Posts
    8,446
    Have fun mate.
    Originally Posted by brewbuck:
    Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.

  5. #5
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    OpenAL is another one.

  6. #6
    Unregistered User Yarin's Avatar
    Join Date
    Jul 2007
    Posts
    2,158
    DirectShow

  7. #7
    Banned master5001's Avatar
    Join Date
    Aug 2001
    Location
    Visalia, CA, USA
    Posts
    3,685
    irrKlang and OpenAL are both platform independant. DX is nasty.... And DirectShow? Come on now...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Audio Compression Library in C++
    By peyman_k in forum C++ Programming
    Replies: 1
    Last Post: 07-24-2008, 08:27 PM
  2. Audio Library Needed!
    By Matt3000 in forum C++ Programming
    Replies: 16
    Last Post: 01-10-2007, 08:54 PM
  3. Need help with audio library on DOS...
    By Marton79 in forum C Programming
    Replies: 10
    Last Post: 08-25-2006, 12:32 AM
  4. very weird .h problem
    By royuco77 in forum C++ Programming
    Replies: 1
    Last Post: 09-11-2005, 07:55 AM
  5. Portable Audio Library
    By CornedBee in forum C++ Programming
    Replies: 2
    Last Post: 05-19-2005, 02:09 AM