Help with voice input from microphone
-
Hello, I need to write a simple program that does the following: - Accept voice from microphone - Determine the volume of the voice (programatically) - Increase or decrease a variable based on the volume of the voice from the microphone. I will appreciate any help in this regard. Please a source code supplied with it will also be very good. Thanks alot. Commickey
-
Hello, I need to write a simple program that does the following: - Accept voice from microphone - Determine the volume of the voice (programatically) - Increase or decrease a variable based on the volume of the voice from the microphone. I will appreciate any help in this regard. Please a source code supplied with it will also be very good. Thanks alot. Commickey
OK, you have some demo's in the msdn, you have to search for SAPI (Speech API). I don't remember where I saw that exactly, but searching for SAPI must help you. if you don't find it, pleaqse tell it to me, I suppose that in a couple of days I'll be able to send something that I must have stored in some backups at home. Hope this helps.
-
Hello, I need to write a simple program that does the following: - Accept voice from microphone - Determine the volume of the voice (programatically) - Increase or decrease a variable based on the volume of the voice from the microphone. I will appreciate any help in this regard. Please a source code supplied with it will also be very good. Thanks alot. Commickey
You could search here on CP for "record sound" for some source code. Mark
-
OK, you have some demo's in the msdn, you have to search for SAPI (Speech API). I don't remember where I saw that exactly, but searching for SAPI must help you. if you don't find it, pleaqse tell it to me, I suppose that in a couple of days I'll be able to send something that I must have stored in some backups at home. Hope this helps.