Software Archive
Read-only legacy content
17061 Discussions

Speech Recognition on Runtime

Rodrigo_L_
Beginner
599 Views

Hi guys, i was trying to develop a c# speech recognition using the realsense, but when i try to install the runtime on other pc for test, it not install the speech recognition neither the voice that i need, someone can help me to deal with it?

 

0 Kudos
1 Solution
Dmitry_Z_Intel
Employee
599 Views

Hi Rodrigo,

SDK package has some speech components for the developer system, however according to the license you cannot distribute speech runtime or language packs with your app in offline mode. They will be downloaded separately during RealSense runtime installation on the target system. You need Intel RealSense camera plugged in on your target system during runtime installation to be able to install speech components. SDK Runtime package (link by samontab) will trigger download and installation of speech components, if they are selected for install.

View solution in original post

0 Kudos
2 Replies
samontab
Valued Contributor II
599 Views

Hey Rodrigo,

Make sure you are packaging the extra distributable (optional download), which includes redistributable components and additional speech language packages:

https://software.intel.com/en-us/intel-realsense-sdk/download

 

0 Kudos
Dmitry_Z_Intel
Employee
600 Views

Hi Rodrigo,

SDK package has some speech components for the developer system, however according to the license you cannot distribute speech runtime or language packs with your app in offline mode. They will be downloaded separately during RealSense runtime installation on the target system. You need Intel RealSense camera plugged in on your target system during runtime installation to be able to install speech components. SDK Runtime package (link by samontab) will trigger download and installation of speech components, if they are selected for install.

0 Kudos
Reply