Jump to content

Recommended Posts

Posted

They all run fine for me maybe your installed SAPI version doesn't have this function??

in Regedit Open this Key

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Speech\Recognizers\Tokens

and in the MS-... Keys see what the default value is

mine for instance

Microsoft Speech Recognizer 8.0 for Windows (English - US)

Posted

Thanks for reply, I dont have "Recongnizers" key under  \HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Speech. I have Speech SDK 5.1 installed on Win10 1709.

  • 8 months later...
Posted

Today I thought about a speech assistant like alexa. I wanted to create it in Java but I felt like a noob.
So I searched an speech system for AutoIt, my favourite language.

After some testing I found this UDF and I tested some speech > text examples and it's pretty amazing. You can speak

whole sentences and Utter is able to understand you. :D

The UDF is really well coded!

 

Thanks for this release, I really appreciate it! I want to make a simple assistant just for fun. :P

  • 3 months later...
Posted (edited)

for english it works fine thanks , but i try to use speech to text for a non english language (arabic) , is that supported by this UDF if yes can u give example ?

 

Edited by Network_Guy
  • 2 months later...
  • 4 months later...
Posted

hi I'm trying to develop a voice recognition application for a blind person, based on your interesting post; I know autoit pretty well but I've never worked with the objects for which I started testing your scripts in my environment and when I try to run "Example 2 (Word Recognition) .au3" I get the error I attached to it.
The environment in which the development is as follows:
os: windows 7 pro 32 bit
autoit version: 3.3.14.5 32 bit
sapi: sapi5

can you help me understand what's missing?
I would be very grateful and my friend too.
thanks

error1.jpg

  • 1 year later...
Posted

Any idea how to use this on something other than my microphone input?

i.e. turn an mp3 into text, or have the incoming sound from a phone call be converted into text

Posted

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

  • 2 months later...
Posted

This UDF uses ObjCreate("ScriptControl") which only run in x86 mode for me. It seems that the script control is only used for getting a $oNothing value... could this be replaced by Null or some other reference?

All my code provided is Public Domain... but it may not work. ;) Use it, change it, break it, whatever you want.

  Reveal hidden contents
  • 7 months later...
Posted
  On 4/20/2021 at 3:02 PM, seadoggie01 said:

This UDF uses ObjCreate("ScriptControl") which only run in x86 mode for me. It seems that the script control is only used for getting a $oNothing value... could this be replaced by Null or some other reference?

Expand  

I'm not sure.
Will try to check it.

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...