it is possible the database working with voice ?

Dlovan-IT

Registered User.
Local time
Today, 02:06
Joined
Oct 9, 2013
Messages
84
hello all my friend

i have an asked and i want to give the answer , when we create a database application it is possible the database working with voice ? for example when i tell the databse login form username is Admin and password is 12345 the database was opened ? if it is possible please tell me how to do it because before i see it but i don't no how to do it .

for example like this code


Dim message, sapi
message=InputBox("What do you want me to say?","Speak to Me")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message
 
Last edited:
You can make the computer speak to you, and I have done this using an embedded feature in Excel that enables you to feed text to a speech module. However, I have not found anything in my own work to take speech input as a command. You might look into a copy of Dragon Naturally Speaking to see what they do. If they have a set of DLL files that do vocal decoding, you might be able to command Access verbally. I say "Might" because I don't know how Dragon's software works. I've seen it work on Word documents but I am not sure of how that interface works because I wasn't allowed to work with that system at the VBA level.
 

Users who are viewing this thread

Back
Top Bottom