Record audio (WAV) in VS2005...

H

hzgt9b

Using VS2005, VB.NET,
I want to record audio from my sound card, or mic input... and while
recording get feedback to create a sound meter for visual display. Due
to budget constraints, I can't purchase any 3rd party APIs and most of
the free ones I've found are written is C or C++ (not my
proficciency).

I have seen articles on using the "Waveform Audio Interface" but it
doesn't seem to provide the ability to get feedback about the recorded
audio.

Can anyone suggest any APIs or points or better yet examples of code
that can perform such a task.

Any input appreciated.
 
R

RobinS

My company is using DirectX to do that, but I can't give you any code
(confidential).
Hope that helps.

Robin S.
 
H

hzgt9b

Do you have any examples you can point me to?

What version of DirectX did you develop this under? What interface
provides the feedback on audio levels that can be plugged into a meter
control?
 
J

Joergen Bech

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top