Click to See Complete Forum and Search --> : Waveform Audio Function tutorial


etzarfat
November 16th, 2009, 02:41 AM
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

hoxsiew
November 16th, 2009, 08:18 AM
Please don't post multiple identical posts in different forums.

mathix
November 22nd, 2009, 01:13 PM
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.