Change-Id: Iab582f63525c9fe0b62ad1ef089eb5a6e6edc10f
if (!h->searchLine) {
h->mode = BatchExecutor::TTSInfo::Mode::found;
} else {
- if (txt.find("(send_chunk_to_tts)") != std::string::npos) {
- static const auto prefix = std::string{ "Passing TEXT: " };
- static const auto postfix = std::string{ " to TTS" };
+ if (txt.find("(tts_speak_customized)") != std::string::npos) {
+ static const auto prefix = std::string{ "TTS reading text '" };
+ static const auto postfix = std::string{ "'" };
auto z = txt.find(prefix);
if (z != std::string::npos) {