Hi
The AUM87 tutorial contains a SpeechRecognition script file.
If one runs the script file and speaks continuously without pause, the complete text will appear on the screen without any missing words. For example,'I am testing the system,' when spoken, will appear as, 'I am testing the system'. However, if one takes a 1 or 2 second pause between words e.g. 'I am testing ( 1 or 2 second pause) the system,' then 'I am testing' will appear first and then disappear from the screen to be replaced by, 'the system'.
I want to be able to ensure that, even if one takes a pause, the whole sentence 'I am testing the system,' will appear on the screen at the same time without any words disappearing and being replaced by others.
Having looked at the content of the script file I am unsure as to how to achieve this or if it is indeed possible. Is there some way of modifying the code in the script file to achieve this or is it something linked to the actual DLL (which I presume cannot be changed - but I have limited understanding of a DLL). Any insights would be much appreciated?