Question about Recording from Microphone
-
Hi, I need to develop an application that records sound amplitude and plot in on a graph with a function of time, using a microphone. Is the best approach to do this using DirectSound. If so is there any sample code that is available for this, or some kind of tutorial. Thanks in Advance.
-
Hi, I need to develop an application that records sound amplitude and plot in on a graph with a function of time, using a microphone. Is the best approach to do this using DirectSound. If so is there any sample code that is available for this, or some kind of tutorial. Thanks in Advance.
Either DirectSound or the Windows Multimedia APIs will work. If you choose DirectSound then download the latest DirectSound SDK and you'll find sample apps to get you started, along with documentation. The "CaptureSound Sample" is a good start :) Mark
Mark Salsbery Microsoft MVP - Visual C++ :java: