Software Archive
Read-only legacy content
17061 Discussions

How to use Escape Control Codes in Speech Synthesis

Nick_G_4
Beginner
214 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