Revision 0c15613f server/include/RSB/SpeechCallbackWrapper.h

View differences:

server/include/RSB/SpeechCallbackWrapper.h
39 39
           std::string text = *_text.get();
40 40
   	   //<voice effect=\"Rate(durScale:1.5) + TractScaler(durScale:1.1)\">" +
41 41

  
42
           text = "<maryxml version=\"0.4\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" \
43
                   xmlns=\"http://mary.dfki.de/2002/MaryXML\" xml:lang=\"en_US\">" +
42
           text = "<maryxml version=\"0.4\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns=\"http://mary.dfki.de/2002/MaryXML\" xml:lang=\"en_US\">" +
44 43
                   text + 
45 44
                   "</maryxml>";
46 45
            mw->speak_callback(text);

Also available in: Unified diff