Click here to Skip to main content
16,015,351 members
Articles / Desktop Programming / Win32

Cool Dummy Volume Meter in "DOS Mode", a Fun Starter Project for anyone who wants to know a little more on VC++ IDE and Win32 Core APIs

Rate me:
Please Sign up or sign in to vote.
4.85/5 (11 votes)
29 Sep 2017CPOL7 min read 16.2K   176   8  
The simple native DLL (made in VC++) uses Win32 Core API to capture the live audio signals from the default audio device (speaker or headphone). A little C# console EXE grabs the signal from the DLL and set the volume bars up/down in real time. It's fun to watch and easy to understand.

Views

Daily Counts

Downloads

Weekly Counts

License

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


Written By
Software Developer
Canada Canada
Yet another jack-of-all-trades programmer?


Comments and Discussions