CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2009
    Posts
    5

    Waveform Audio Function tutorial

    Hello,

    I want to start programming using Waveform Audio Function.
    I got a sample program which records wave file to the memory, it works as a thread.
    I looking for a tutorial or a book that can help understangint the basics when programing using Waveform Audio Function. The MSDN help doesn't help too much

    Can anyone recommend me on somthing?

    Thanks

  2. #2
    Join Date
    Feb 2005
    Posts
    2,160

    Re: Waveform Audio Function tutorial

    Please don't post multiple identical posts in different forums.

  3. #3
    Join Date
    Nov 2009
    Posts
    1

    Re: Waveform Audio Function tutorial

    Nice example from codeguru:
    http://www.codeguru.com/forum/showthread.php?t=283155
    Example in borland C++:
    http://www.techmind.org/wave/
    just remove borland specific lines (showing messagebox) and it'll work fine.
    While reading above check MSDN for description of methods and you will understand everything quickly.

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