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

Thread: Audio functions

  1. #1
    Join Date
    Apr 2005
    Posts
    79

    Audio functions

    Hello,

    I want to be able to capture audio from CD and store it in a buffer. Does anybody know of any functions available that would allow me to do this?

    I've tried using the mci functions and they are not what I'm looking for.

    Many thanks,

    David

  2. #2
    Join Date
    Oct 1999
    Location
    Colorado
    Posts
    288

    Re: Audio functions

    I would check out SDL. They have a library that is called SDL_mixer that can do this. http://www.libsdl.org
    Matt
    Check out my blog (mrutledge.blogspot.com )

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