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

/external/chromium_org/chrome/browser/speech/
H A Dtts_win.cc50 base::win::ScopedComPtr<ISpVoice> speech_synthesizer_; member in class:TtsPlatformImplWin
79 if (!speech_synthesizer_.get())
90 speech_synthesizer_->SetRate(static_cast<int32>(10 * log10(params.rate)));
105 speech_synthesizer_->SetVolume(static_cast<uint16>(params.volume * 100));
116 HRESULT result = speech_synthesizer_->Speak(
124 if (speech_synthesizer_.get()) {
131 speech_synthesizer_->Speak(L"", SPF_ASYNC | SPF_PURGEBEFORESPEAK, NULL);
134 speech_synthesizer_->Resume();
142 if (speech_synthesizer_.get() && utterance_id_ && !paused_) {
143 speech_synthesizer_
[all...]

Completed in 104 milliseconds