I want to see if there is a microphone active using Python.
How can I do it?
Thanks in advance!
This is what I wanted:
import ctypes from ctypes import * winmm= windll.winmm print 'waveInGetNumDevs=',winmm.waveInGetNumDevs()