473,413 Members | 1,727 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,413 software developers and data experts.

Simple VUMeter

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.
--
Essam Salah Ali
Nov 20 '05 #1
8 7124
You can create your won by drawing it, or Infragistics has some VU Meters
(or meters in general) that you can buy.

"Essam Salah" <mt***@link.net> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
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.
--
Essam Salah Ali

Nov 20 '05 #2
You can create your won by drawing it, or Infragistics has some VU Meters
(or meters in general) that you can buy.

"Essam Salah" <mt***@link.net> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
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.
--
Essam Salah Ali

Nov 20 '05 #3
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" <cege at remve this part tavayn yeah this part too dot com>
wrote in message news:%2****************@TK2MSFTNGP12.phx.gbl...
You can create your won by drawing it, or Infragistics has some VU Meters
(or meters in general) that you can buy.

"Essam Salah" <mt***@link.net> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
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.
--
Essam Salah Ali


Nov 20 '05 #4
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" <cege at remve this part tavayn yeah this part too dot com>
wrote in message news:%2****************@TK2MSFTNGP12.phx.gbl...
You can create your won by drawing it, or Infragistics has some VU Meters
(or meters in general) that you can buy.

"Essam Salah" <mt***@link.net> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
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.
--
Essam Salah Ali


Nov 20 '05 #5
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" <mt***@link.net> wrote in message
news:%2******************@TK2MSFTNGP10.phx.gbl...
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" <cege at remve this part tavayn yeah this part too dot com>
wrote in message news:%2****************@TK2MSFTNGP12.phx.gbl...
You can create your won by drawing it, or Infragistics has some VU Meters
(or meters in general) that you can buy.

"Essam Salah" <mt***@link.net> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
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.
--
Essam Salah Ali



Nov 20 '05 #6
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" <mt***@link.net> wrote in message
news:%2******************@TK2MSFTNGP10.phx.gbl...
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" <cege at remve this part tavayn yeah this part too dot com>
wrote in message news:%2****************@TK2MSFTNGP12.phx.gbl...
You can create your won by drawing it, or Infragistics has some VU Meters
(or meters in general) that you can buy.

"Essam Salah" <mt***@link.net> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
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.
--
Essam Salah Ali



Nov 20 '05 #7
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.
Nov 20 '05 #8
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.
Nov 20 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: delisonews | last post by:
I'm looking for a simple, filesystem-based message board. (No MySQL!) Something that I could include easily in my code: include '../inc/messageboard.php'; .... so that the board shows up at...
3
by: Patchwork | last post by:
Hi Everyone, Please take a look at the following (simple and fun) program: //////////////////////////////////////////////////////////////////////////// ///////////// // Monster Munch, example...
8
by: Dan | last post by:
Using XML::Simple in perl is extreemly slow to parse big XML files (can be up to 250M, taking ~1h). How can I increase my performance / reduce my memory usage? Is SAX the way forward?
6
by: Manuel Collado | last post by:
I would like to write simple, yet well structured documents with a really simple XML DTD (or schema). Either Docbook or SDocbook are overkill for this simple case. XHTML is simpler, but...
11
by: JKop | last post by:
Take the following simple function: unsigned long Plus5Percent(unsigned long input) { return ( input + input / 20 ); } Do yous ever consider the possibly more efficent:
13
by: Michael B Allen | last post by:
Hi, I've tried to write the *simplest* memory allocator possible. I think it would be useful in many cases such as allocating memory on stack as a poor man's garbage collection perhaps. I was...
7
by: abcd | last post by:
I am trying to set up client machine and investigatging which .net components are missing to run aspx page. I have a simple aspx page which just has "hello world" printed.... When I request...
8
by: Essam Salah | last post by:
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...
14
by: Giancarlo Berenz | last post by:
Hi: Recently i write this code: class Simple { private: int value; public: int GiveMeARandom(void);
10
by: Phillip Taylor | last post by:
Hi guys, I'm looking to develop a simple web service in VB.NET but I'm having some trivial issues. In Visual Studio I create a web services project and change the asmx.vb file to this: Imports...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.