Using the Mic

BlitzPlus Forums/BlitzPlus Programming/Using the Mic

Moore(Posted 2011) [#1]
I want to get the volume of the input on the mic for a voice activated control in a program... if you clap it does something.... if you whisper it does something else. I have used bass.dll and got the program working just fine BUT bass is not free for commercial use and i would like to sell this product. Does anyone know of a free alternative? Thanks.


Stamm(Posted 2011) [#2]
I think, if you're ok with doing the work for it yourself, you could use windows' built-in sound.dll and write a .decls for that.