0
I have an application made in VB.NET where I have customer registrations. Now I need to implement as if it were a certain permission from customers to third parties who can represent such customers.
And it needs to be done with voice authorization.
Now I don’t know if it’s possible. Ex: Record a phrase and store it in the bank and then use that recorded audio to present to the responsible company.
If you can help me, thank you very much!
Could you post more details on the topic description? Already searched for "Vb.net voice recognition" or "Vb.net voice recognition" (both without quotes) in Google Search?
– José Diz
Yes it is possible just a table with varbinary field and you convert the audio to byte array. Even have a question about it here so: http://answall.com/questions/42645/como-salvar-um-arquivo-em-um-campo-no-sql-server
– Ricardo Pontual
@Josédiz, Thanks for your help.
– Pablo Ferreira
@Ricardopunctual Thanks for the help too...
– Pablo Ferreira