question

Adrian Z avatar image
1 Like"
Adrian Z asked Allister Wilson commented

Can FlexSim realize speech interaction?

hi,

I want to realize speech interaction when using VR,does FlexSim have an convenient interface?

Thank you.

FlexSim 17.0.12
speech interactionspeech recognition
· 5
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Joerg Vogel avatar image Joerg Vogel commented ·

You can try to build your own interface which simulates the keyboard strokes by speech input.

Keyword or class

Microsoft.Speech.Recognition
0 Likes 0 ·
Adrian Z avatar image Adrian Z Joerg Vogel commented ·

Could you please show me some more detailed information?Like using specific code calls the speech recognition function to store string information to the global table.

Thank you four your help~

-1 Like -1 ·
Joerg Vogel avatar image Joerg Vogel Adrian Z commented ·
0 Likes 0 ·
Mischa Spelt avatar image Mischa Spelt commented ·

@Allister Wilson did you ever do anything like this, by any chance? :-)

0 Likes 0 ·
Allister Wilson avatar image Allister Wilson Mischa Spelt commented ·

I posted some details on my approach under Jason's reply.

0 Likes 0 ·

1 Answer

·
Jason Lightfoot avatar image
1 Like"
Jason Lightfoot answered Allister Wilson commented

You could try using VoiceAttack (Steam)

· 4
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Jason Lightfoot avatar image Jason Lightfoot ♦ commented ·

I think Allister used this - right?

0 Likes 0 ·
Allister Wilson avatar image Allister Wilson Jason Lightfoot ♦ commented ·

Not quite.

I built a custom solution using Node.js + websockets + voice recognition running in google chrome using this library to make things easier :

https://github.com/TalAter/annyang

The chrome instance sent commands over the websocket to the node.js server, the server sent them back (over another websocket connection) to a FlexSim HTML view, which fired FlexSim events to trigger commands.

4 Likes 4 ·
Jason Lightfoot avatar image Jason Lightfoot ♦ Allister Wilson commented ·

Thanks Allister - was it originally VA or did I dream that?

0 Likes 0 ·
Show more comments

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.