Software Archive
Read-only legacy content
17061 Discussions

Voice Recognition Java and Linux Question

Mike_K_1
Beginner
498 Views

Hello,

At the moment I am working with RealSense Voice Recognition. I would like to load up a program using Intel Edison. From my knowledge, the only way to initiate this program would to be using Java. The only thing is that using RealSense requires libpxcclr.jni.dll to run the program. Now is it possible to maybe convert libpxcclr.jni.dll to a .so file so we can load up the voice recognition software on yocto linux?

Seeing that Nuance has the best accuracy, i'm trying to think of ways to implement this software to linux. I have also read about MonoDevelop which loads up C# applications in linux. Would that be of any use? 

0 Kudos
1 Reply
samontab
Valued Contributor II
498 Views

It seems that Nuance is only supported in Windows.

You could use Wine under the Edison to run that software. It seems to be supported well enough in the latest versions:

https://appdb.winehq.org/objectManager.php?sClass=application&iId=2077

0 Kudos
Reply