Revision 482adb6d server/include/RSB/SpeechCallbackWrapper.h
| server/include/RSB/SpeechCallbackWrapper.h | ||
|---|---|---|
| 35 | 35 |
SpeechCallbackWrapper(Middleware* mw) : CallbackWrapper(mw) {
|
| 36 | 36 |
} |
| 37 | 37 |
|
| 38 |
void call(const std::string&, boost::shared_ptr<std::string> _text) {
|
|
| 38 |
void call(const std::string&, std::shared_ptr<std::string> _text) {
|
|
| 39 | 39 |
// send to application |
| 40 | 40 |
std::string text = *_text.get(); |
| 41 | 41 |
//<voice effect=\"Rate(durScale:1.5) + TractScaler(durScale:1.1)\">" + |
Also available in: Unified diff