Home
last modified time | relevance | path

Searched refs:merged_utterance (Results 1 – 2 of 2) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/speech/
H A Dtts_win.cc165 std::wstring merged_utterance = prefix + utterance_ + suffix; in ProcessSpeech() local
168 HRESULT result = speech_synthesizer_->Speak(merged_utterance.c_str(), in ProcessSpeech()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/speech/
H A Dtts_win.cc283 std::wstring merged_utterance = prefix + utterance + suffix; in ProcessSpeech() local
292 HRESULT result = speech_synthesizer_->Speak(merged_utterance.c_str(), in ProcessSpeech()