Simple VUMeter

  • Thread starter Thread starter Essam Salah
  • Start date Start date
E

Essam Salah

Dear All
I am using the Windows Media Player PIA with VB.net to develop an answer
machine software ;
I am facing 2 problems
1 - How to record
2 - How to get the sound level to make a simple VU Meter or Oscilloscope
like sound recorder.
 
You can create your won by drawing it, or Infragistics has some VU Meters
(or meters in general) that you can buy.
 
Thanks CJ Taylor for replay
indeed I need to know how to read the current sound level from windows media
player control ; this is the problem

--
Essam Salah Ali
CJ Taylor said:
You can create your won by drawing it, or Infragistics has some VU Meters
(or meters in general) that you can buy.
 
Have a look at the MCI libraries. they should have all that info. I
believe they are regular dll's so you'll have to import them like an API.

Essam Salah said:
Thanks CJ Taylor for replay
indeed I need to know how to read the current sound level from windows media
player control ; this is the problem
 
You have cross-posted to VB "classic" newsgroups.

Please ask .NET questions only in newsgroups with "dotnet" in their names.
The *.vb.* groups are for VB6 and earlier.
 
Back
Top