Home
last modified time | relevance | path

Searched refs:speech_synthesizer_ (Results 1 – 4 of 4) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/speech/
H A Dtts_win.cc76 Microsoft::WRL::ComPtr<ISpVoice> speech_synthesizer_; member in content::TtsPlatformImplWin
124 if (!speech_synthesizer_.Get()) { in ProcessSpeech()
174 if (speech_synthesizer_.Get()) { in StopSpeaking()
185 speech_synthesizer_->Resume(); in StopSpeaking()
194 speech_synthesizer_->Pause(); in Pause()
203 speech_synthesizer_->Resume(); in Resume()
211 if (speech_synthesizer_.Get()) { in IsSpeaking()
332 speech_synthesizer_->SetVoice(voice_token.Get()); in SetVoiceFromName()
345 IID_PPV_ARGS(&speech_synthesizer_)); in TtsPlatformImplWin()
346 if (speech_synthesizer_.Get()) { in TtsPlatformImplWin()
[all …]
H A Dtts_mac.mm150 speech_synthesizer_.reset([[SingleUseSpeechSynthesizer alloc]
152 [speech_synthesizer_ setDelegate:delegate_];
157 [speech_synthesizer_ setVoice:native_voice_identifier];
200 if (speech_synthesizer_.get()) {
201 [speech_synthesizer_ stopSpeaking];
202 speech_synthesizer_.reset(nil);
218 if (speech_synthesizer_.get() && utterance_id_ && paused_) {
219 [speech_synthesizer_ continueSpeaking];
227 if (speech_synthesizer_)
228 return [speech_synthesizer_ isSpeaking];
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/speech/
H A Dtts_win.cc219 if (speech_synthesizer_.Get()) { in Initialize()
246 DCHECK(speech_synthesizer_.Get()); in ProcessSpeech()
310 if (speech_synthesizer_.Get()) { in StopSpeaking()
325 if (speech_synthesizer_.Get()) { in Pause()
326 speech_synthesizer_->Pause(); in Pause()
332 if (speech_synthesizer_.Get()) { in Resume()
333 speech_synthesizer_->Resume(); in Resume()
339 if (speech_synthesizer_) in Shutdown()
347 speech_synthesizer_ = nullptr; in Shutdown()
351 if (!speech_synthesizer_.Get()) in OnSpeechEvent()
[all …]
H A Dtts_mac.mm148 speech_synthesizer_.reset([[SingleUseSpeechSynthesizer alloc]
150 [speech_synthesizer_ setDelegate:delegate_];
155 [speech_synthesizer_ setVoice:native_voice_identifier];
198 if (speech_synthesizer_.get()) {
199 [speech_synthesizer_ stopSpeaking];
200 speech_synthesizer_.reset(nil);
216 if (speech_synthesizer_.get() && utterance_id_ && paused_) {
217 [speech_synthesizer_ continueSpeaking];
225 if (speech_synthesizer_)
226 return [speech_synthesizer_ isSpeaking];
[all …]