Click here to Skip to main content
15,881,600 members
Articles / Desktop Programming / System

Logarithmic PPM sound meters

Rate me:
Please Sign up or sign in to vote.
4.80/5 (5 votes)
9 Aug 2010CPOL2 min read 76.5K   8.6K   27  
A simple stereo sound volume meter with audio capture card selection.

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Basic Express 2008
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "VUMeter", "VUMeter.vbproj", "{82191E66-C091-47E4-A0C7-A66222EC8C36}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{82191E66-C091-47E4-A0C7-A66222EC8C36}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{82191E66-C091-47E4-A0C7-A66222EC8C36}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{82191E66-C091-47E4-A0C7-A66222EC8C36}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{82191E66-C091-47E4-A0C7-A66222EC8C36}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Engineer BBC News
United Kingdom United Kingdom
I do a little programming in VB2010 and for PIC controllers. I wouldn't call myself an expert as it always takes me a long time and I'm constantly learning. I enjoy what I do.

I've completed a few projects.

Tide calculator for the UK
Sony LANC camera remote control - serial and Pic controllers
PIC Pulse Induction Metal Detector
Morse Code through the sound card
Home Maintenance Log

I also do a little web design and maintain my diving club's web site at http://www.esac.org.uk/.

Comments and Discussions