Click here to Skip to main content
15,900,378 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralCrystal Reports Problem Pin
fizzer6661-Jul-04 4:52
fizzer6661-Jul-04 4:52 
GeneralRe: Crystal Reports Problem Pin
Dave Kreskowiak1-Jul-04 5:45
mveDave Kreskowiak1-Jul-04 5:45 
GeneralRe: Crystal Reports Problem Pin
fizzer6662-Jul-04 4:04
fizzer6662-Jul-04 4:04 
GeneralRe: Crystal Reports Problem [EDITED] Pin
Dave Kreskowiak2-Jul-04 4:15
mveDave Kreskowiak2-Jul-04 4:15 
GeneralRe: Crystal Reports Problem [EDITED] Pin
fizzer6662-Jul-04 4:54
fizzer6662-Jul-04 4:54 
GeneralRe: Crystal Reports Problem [EDITED] Pin
fizzer6665-Jul-04 4:13
fizzer6665-Jul-04 4:13 
GeneralRead the decibel from a mic. Pin
sybux20001-Jul-04 1:36
sybux20001-Jul-04 1:36 
GeneralRe: Read the decibel from a mic. Pin
Dave Kreskowiak1-Jul-04 4:02
mveDave Kreskowiak1-Jul-04 4:02 
Bascially, you can't. The driver set doesn't expose the functionality of mapping digital microphone values to an audio decibel level. The volume control of the microphone input jack, as well as any on the microphone itself, doesn't allow a mapping of real-world audio volume to digital values. If the outside sound is, say, 100Db and the sound card microphone volume control is set very low, the values you get as input from the microphone will be very low, resulting in an incorrect decibel calculation.

What would be required is a calibration so you can map the values from the microphone to a known range of volume in the outside world. This would mean that the volume control(s) would have to be set at a specified level and never moved. Also, you would need a source of known calibrated audio. Once you have these you can use the input from the calibration source to sample and map the values from the microphone and calculate decibels.

There is no function you can call to return the decibel information for you. You have to write it, but a large part of what you want is dependant on the audio you use for calibration. Without the calibration, all of your calculations will be meaningless.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

QuestionHow to fill the list of one combo box to another combo box? Pin
Ravi S.V.30-Jun-04 21:08
Ravi S.V.30-Jun-04 21:08 
AnswerRe: How to fill the list of one combo box to another combo box? Pin
Dave Kreskowiak1-Jul-04 4:15
mveDave Kreskowiak1-Jul-04 4:15 
GeneralRe: How to fill the list of one combo box to another combo box? Pin
beowulfagate1-Jul-04 20:18
beowulfagate1-Jul-04 20:18 
GeneralRe: How to fill the list of one combo box to another combo box? Pin
Ravi S.V.1-Jul-04 21:11
Ravi S.V.1-Jul-04 21:11 
GeneralRe: How to fill the list of one combo box to another combo box? Pin
Dave Kreskowiak2-Jul-04 2:37
mveDave Kreskowiak2-Jul-04 2:37 
QuestionWindows or Web Service, Which? Pin
leadpencil30-Jun-04 19:53
leadpencil30-Jun-04 19:53 
AnswerRe: Windows or Web Service, Which? Pin
Dave Kreskowiak1-Jul-04 3:28
mveDave Kreskowiak1-Jul-04 3:28 
Questionhow to capture an exe file file name into vb form Pin
saimram30-Jun-04 18:50
saimram30-Jun-04 18:50 
AnswerRe: how to capture an exe file file name into vb form Pin
Dave Kreskowiak1-Jul-04 3:21
mveDave Kreskowiak1-Jul-04 3:21 
Generalurgent......Pocket Pc volume Pin
Prowess30-Jun-04 17:54
Prowess30-Jun-04 17:54 
GeneralRe: urgent......Pocket Pc volume Pin
Dave Kreskowiak1-Jul-04 3:17
mveDave Kreskowiak1-Jul-04 3:17 
QuestionHow to get current user login time by Registry key Pin
Valyn30-Jun-04 16:24
Valyn30-Jun-04 16:24 
AnswerRe: How to get current user login time by Registry key Pin
Dave Kreskowiak1-Jul-04 3:15
mveDave Kreskowiak1-Jul-04 3:15 
QuestionHow come to notifyicon1_double click doesn't work?? Pin
mythinky30-Jun-04 15:39
mythinky30-Jun-04 15:39 
GeneralUsing Magic for Toolbar... Pin
federalprogrammer230-Jun-04 12:18
federalprogrammer230-Jun-04 12:18 
GeneralRe: Using Magic for Toolbar... Pin
Dave Kreskowiak1-Jul-04 2:48
mveDave Kreskowiak1-Jul-04 2:48 
Generalmenuitem name Pin
williewillie30-Jun-04 10:32
williewillie30-Jun-04 10:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.