Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 Discussions

How to use Escape Control Codes in Speech Synthesis

Nick_G_4
Beginner
413 Views

Hi everyone,

Im using Intel Real sense F200 for my project. I refered this site

https://software.intel.com/sites/landingpage/realsense/camera-sdk/v1.1/documentation/html/index.html?doc_speech_additional_configurations.html

for code support. 

This is speech sentence I used in the program. 

String sentence = "That is great!<ESC>\\nlu=PRM:3\\ I'm Pillip! Your learning companion. What is yor name?";

Once I speak this sentence in the synthesis program, It does not recognize escape control code. Program keeps spelling it as normal text.

How to make escape control codes work? 

PS: Used double backslash to cancel special character ' \ '.

Im Using C# in Visual Studio 2015

0 Kudos
0 Replies
Reply