Click here to Skip to main content
15,905,874 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralDisplay text on desktop Pin
Bartosz Bien31-Jul-03 23:02
Bartosz Bien31-Jul-03 23:02 
GeneralRe: Display text on desktop Pin
HPSI1-Aug-03 1:37
HPSI1-Aug-03 1:37 
GeneralRe: Display text on desktop Pin
andyj1151-Aug-03 3:57
andyj1151-Aug-03 3:57 
GeneralRe: Display text on desktop Pin
andyj1151-Aug-03 4:34
andyj1151-Aug-03 4:34 
GeneralRe: Display text on desktop Pin
Bartosz Bien1-Aug-03 5:07
Bartosz Bien1-Aug-03 5:07 
GeneralSHGetFileInfo Pin
alex.barylski31-Jul-03 23:01
alex.barylski31-Jul-03 23:01 
GeneralSpeaker & Mic activity meter Pin
bilal7831-Jul-03 22:33
bilal7831-Jul-03 22:33 
GeneralRe: Speaker & Mic activity meter Pin
Alexander M.,1-Aug-03 2:20
Alexander M.,1-Aug-03 2:20 
read a raw sound block coming from the mic(they have to be quite small), then initialize 2 variables called "iMin" and "iMax"(both initialized with the null sample values), setup a loop for every sample, and then check if the sample is bigger then iMax or lower than iMin and correct the variable then.
after the block, you know, that the average volume is!
show a scale from 0 till sizeof(bytespersample) and show ( iMax - iMin ) there.

Don't try it, just do it! Wink | ;-)
GeneralRe: Speaker & Mic activity meter Pin
bilal783-Aug-03 19:02
bilal783-Aug-03 19:02 
GeneralSizes of integer Pin
Franz Klein31-Jul-03 22:26
Franz Klein31-Jul-03 22:26 
GeneralRe: Sizes of integer Pin
alex.barylski31-Jul-03 22:58
alex.barylski31-Jul-03 22:58 
GeneralRe: Sizes of integer Pin
Alexander M.,1-Aug-03 2:21
Alexander M.,1-Aug-03 2:21 
General"delete[]" crashes program. Pin
WREY31-Jul-03 22:24
WREY31-Jul-03 22:24 
GeneralRe: "delete[]" crashes program. Pin
Rein Hillmann31-Jul-03 22:27
Rein Hillmann31-Jul-03 22:27 
GeneralRe: "delete[]" crashes program. Pin
Vitali Halershtein31-Jul-03 22:37
Vitali Halershtein31-Jul-03 22:37 
GeneralCause of the problem found. Pin
WREY31-Jul-03 22:37
WREY31-Jul-03 22:37 
GeneralRe: "delete[]" crashes program. Pin
Kevin McFarlane1-Aug-03 4:57
Kevin McFarlane1-Aug-03 4:57 
GeneralRe: "delete[]" crashes program. Pin
peterchen1-Aug-03 2:43
peterchen1-Aug-03 2:43 
GeneralRe: "delete[]" crashes program. Pin
John M. Drescher1-Aug-03 6:43
John M. Drescher1-Aug-03 6:43 
GeneralCapturing screen output Pin
BoudewijnEctor31-Jul-03 21:26
BoudewijnEctor31-Jul-03 21:26 
GeneralRe: Capturing screen output Pin
Vitali Halershtein31-Jul-03 21:36
Vitali Halershtein31-Jul-03 21:36 
GeneralRe: Capturing screen output Pin
BoudewijnEctor1-Aug-03 0:50
BoudewijnEctor1-Aug-03 0:50 
GeneralChecking if CString is Numeric Pin
Marissa18231-Jul-03 21:24
Marissa18231-Jul-03 21:24 
GeneralRe: Checking if CString is Numeric Pin
Vitali Halershtein31-Jul-03 21:29
Vitali Halershtein31-Jul-03 21:29 
GeneralRe: Checking if CString is Numeric Pin
Marissa18231-Jul-03 21:35
Marissa18231-Jul-03 21:35 

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.