sense the microfone?
-
Is it possible and if so how can I sense if the microfone is in use? Is there any good exemple?
Try using
mixerGetLineInfo()
withMIXERLINE_COMPONENTTYPE_SRC_MICROPHONE
.
"Money talks. When my money starts to talk, I get a bill to shut it up." - Frank
"Judge not by the eye but by the heart." - Native American Proverb
-
Is it possible and if so how can I sense if the microfone is in use? Is there any good exemple?
Last time I wrote a program to use the microphone, if the mic was busy then when I tried to open the device returned an error. AliR.
-
Try using
mixerGetLineInfo()
withMIXERLINE_COMPONENTTYPE_SRC_MICROPHONE
.
"Money talks. When my money starts to talk, I get a bill to shut it up." - Frank
"Judge not by the eye but by the heart." - Native American Proverb