Speech recognition for xlobby and girder ?

Help each other out

Postby S Pittaway on Mon Mar 20, 2006 4:24 pm

i was using that, it looks like there might be a size limit/buufer issue?

The film i tried to play first was alien and nothing happens.

Tried as smaller plot and its fine...

Is there a limit on what xlobby can pass as a argument?
S Pittaway
 
Posts: 651
Joined: Wed Jan 25, 2006 11:08 am
Location: Manchester, England

Postby S Pittaway on Mon Mar 20, 2006 4:36 pm

looks like its a problem passing the plot...

I stuck a bug report in for it.
S Pittaway
 
Posts: 651
Joined: Wed Jan 25, 2006 11:08 am
Location: Manchester, England

Postby vicom on Wed Mar 22, 2006 5:41 am

S Pittaway wrote:i was using that, it looks like there might be a size limit/buufer issue?

The film i tried to play first was alien and nothing happens.

Tried as smaller plot and its fine...

Is there a limit on what xlobby can pass as a argument?


I don't think so, most of my plots are long and the work just fine. but some times they are cut. Thats because of the " and & characters. When you pass the plot, it should be in quotes ("") and when the script encouters other qoutes within the plot it tend to cut off, but it will speak the plot up to where the quote was found. Just play around to fix the quotes (sometimes using double quotes solves the problem)
vicom
 
Posts: 206
Joined: Tue Apr 20, 2004 6:16 am
Location: South Africa

Postby S Pittaway on Wed Mar 22, 2006 10:46 am

its a .net "feature" -

File type-specific arguments that the system can associate with the application specified in the FileName property. The default is an empty string (""). The maximum string length is 2,003 characters in .NET Framework applications and 488 characters in .NET Compact Framework applications.



Any chance of you having a bash at wiring it into a plugin?

I have started playing with C# but i havent touched com in years...

I can now reliabaly crash my plugin so i guess i am nearly there :lol:
S Pittaway
 
Posts: 651
Joined: Wed Jan 25, 2006 11:08 am
Location: Manchester, England

Postby vicom on Fri Mar 24, 2006 6:11 am

S Pittaway wrote:Any chance of you having a bash at wiring it into a plugin?

I have started playing with C# but i havent touched com in years...

I can now reliabaly crash my plugin so i guess i am nearly there :lol:


I'm already looking into it... 90% done just need to fine tune the plugin and test it fully over the weekend.
vicom
 
Posts: 206
Joined: Tue Apr 20, 2004 6:16 am
Location: South Africa

Postby S Pittaway on Fri Mar 24, 2006 5:35 pm

at the moment i dump the text into a file, then kick a little vb prob to show the agent, ot works but i cant exit it using the keyboard.

any chance of you dumping the code whe its done?

i wold like a nosy and i could stick it into a plugin i have nocked up...
S Pittaway
 
Posts: 651
Joined: Wed Jan 25, 2006 11:08 am
Location: Manchester, England

Postby vicom on Mon Apr 03, 2006 5:40 am

Here is the plugin, please try it out


Thanx to the French team for hosting the file for me
vicom
 
Posts: 206
Joined: Tue Apr 20, 2004 6:16 am
Location: South Africa

Postby S Pittaway on Tue Apr 04, 2006 12:29 pm

I get a crash at in XSpeech.Module1.LoadAgent()...

any chance of you sticking the source code in so i can ihave a play?
S Pittaway
 
Posts: 651
Joined: Wed Jan 25, 2006 11:08 am
Location: Manchester, England

Postby vicom on Tue Apr 04, 2006 12:43 pm

I get a crash at in XSpeech.Module1.LoadAgent()...

any chance of you sticking the source code in so i can ihave a play?


whats your email addy?
vicom
 
Posts: 206
Joined: Tue Apr 20, 2004 6:16 am
Location: South Africa

Postby S Pittaway on Tue Apr 04, 2006 4:14 pm

If you get chance could sent it to sean dot pittaway at dai.co.uk

:)
S Pittaway
 
Posts: 651
Joined: Wed Jan 25, 2006 11:08 am
Location: Manchester, England

Postby ingalls on Mon May 01, 2006 9:44 pm

I have the same error, have you made a correction of the plugin? the vbs work well!
ingalls
 
Posts: 193
Joined: Wed May 12, 2004 7:46 pm

Postby S Pittaway on Tue May 02, 2006 9:49 am

it still crashes for me, i just havent had time to look at it...


I got a usb-uirt so it jumped above reading plots in my list of things to do :)
S Pittaway
 
Posts: 651
Joined: Wed Jan 25, 2006 11:08 am
Location: Manchester, England

Postby vicom on Tue May 02, 2006 1:55 pm

ingalls wrote:I have the same error, have you made a correction of the plugin? the vbs work well!


have you guys installed the TTS, Speech Control Panel and an Agent (try Merlin first)

I'll try it on a new clean install machine to if i get the same error
vicom
 
Posts: 206
Joined: Tue Apr 20, 2004 6:16 am
Location: South Africa

Postby S Pittaway on Tue May 02, 2006 2:25 pm

to the best of my knowladge its all installed correctly.


the vb script version works ok, so does a crappy vb exe version that i knocked up a while ago.
S Pittaway
 
Posts: 651
Joined: Wed Jan 25, 2006 11:08 am
Location: Manchester, England

Postby ingalls on Tue May 02, 2006 5:07 pm

I have installed:

-Microsoft Agent core components (395 KB exe)
-language component french
-Microsoft Agent character files the 5 of them
-Text-to-speech engines american and french
-SAPI 4.0a runtime binaries (824 KB exe)
-Microsoft® Speech Recognition Engine (6 MB exe)
-Speech Control Panel (927 KB exe)

It makes me a error .net in XSpeech.Module1.LoadAgent()... when I try to load the agent from the event manager (no error when I try to load it in the skin with a button) but after, when I try show or speak, it tells me that the agent is not load...
ingalls
 
Posts: 193
Joined: Wed May 12, 2004 7:46 pm

Previous