Home
last modified time | relevance | path

Searched refs:libspeechd_loader_ (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_linux.cc88 LibSpeechdLoader libspeechd_loader_; member in content::TtsPlatformImplLinux
124 if (!libspeechd_loader_.Load("libspeechd.so.2")) in Initialize()
143 libspeechd_loader_.spd_set_notification_on(conn_, SPD_BEGIN); in Initialize()
144 libspeechd_loader_.spd_set_notification_on(conn_, SPD_END); in Initialize()
146 libspeechd_loader_.spd_set_notification_on(conn_, SPD_PAUSE); in Initialize()
153 libspeechd_loader_.spd_close(conn_); in ~TtsPlatformImplLinux()
161 libspeechd_loader_.spd_close(conn_); in Reset()
221 libspeechd_loader_.spd_set_language(conn_, lang.c_str()); in ProcessSpeech()
238 if (libspeechd_loader_.spd_stop(conn_) == -1) { in StopSpeaking()
248 libspeechd_loader_.spd_pause(conn_); in Pause()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/speech/
H A Dtts_linux.cc93 LibSpeechdLoader libspeechd_loader_; member in content::TtsPlatformImplBackgroundWorker
202 libspeechd_loader_.spd_set_language(conn_, lang.c_str()); in ProcessSpeech()
220 libspeechd_loader_.spd_pause(conn_); in Pause()
225 libspeechd_loader_.spd_resume(conn_); in Resume()
230 int result = libspeechd_loader_.spd_stop(conn_); in StopSpeaking()
245 return libspeechd_loader_.Load("libspeechd.so.2"); in InitializeSpeechd()
252 char** modules = libspeechd_loader_.spd_list_modules(conn_); in InitializeVoices()
257 libspeechd_loader_.spd_set_output_module(conn_, module); in InitializeVoices()
298 libspeechd_loader_.spd_set_notification_on(conn_, SPD_BEGIN); in OpenConnection()
299 libspeechd_loader_.spd_set_notification_on(conn_, SPD_END); in OpenConnection()
[all …]