Jump to content

Runnable / Blocking call workaround


Calcrafter

Recommended Posts

Hello,

 

I'm using the sphinx4 library (Speech Recognition) to create a mod like "In Verbis Virtus".

Basically you have a wand, you can rightclick it and say a spell. Based on the result different things happen.

 

It's working very well, most spells are already implemented and working. The problem is every time the SpeechRecognizer produces a result,

it loops through several lines of code till it has produced a good result. So every time I use my wand the server freezes and throws out a

"cant keep up" message.

 

The code of the sphinx4 api is not meant to be extended, so most fields are private.

I tried to use reflection, but it didn't work properly...

 

So my idea is it to create a class implements Runnable and put the blocking code snippet inside it.

But I don't know how to use it with an Item's onItemRightclick(...) method (return statement etc), so if anybody knows how

to do it, please tell it me.  ;)

 

Best regards,

xperion aka calcrafter

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.