Searched refs:spd_set_output_module (Results 1 – 16 of 16) sorted by relevance
/dports/accessibility/qt5-speech/kde-qtspeech-5.15.2p2/src/plugins/tts/speechdispatcher/ |
H A D | qtexttospeech_speechd.cpp | 284 …const int result = spd_set_output_module(speechDispatcher, voiceData(voice).toString().toUtf8().da… in setVoice() 316 spd_set_output_module(speechDispatcher, module[0]); in updateVoices() 346 spd_set_output_module(speechDispatcher, original_module); in updateVoices()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/speech-dispatcher/ |
H A D | BUILD.gn | 27 "spd_set_output_module",
|
H A D | libspeechd.h | 242 int spd_set_output_module(SPDConnection* connection, const char* output_module);
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/speech-dispatcher/ |
H A D | BUILD.gn | 27 "spd_set_output_module",
|
/dports/accessibility/py-speech-dispatcher/speech-dispatcher-0.10.2/src/tests/ |
H A D | clibrary2.c | 118 ret = spd_set_output_module(conn, modules[j]); in main()
|
/dports/accessibility/speech-dispatcher/speech-dispatcher-0.10.2/src/tests/ |
H A D | clibrary2.c | 118 ret = spd_set_output_module(conn, modules[j]); in main()
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/speech/ |
H A D | tts_linux.cc | 209 libspeechd_loader_.spd_set_output_module(conn_, it->second.module.c_str()); in ProcessSpeech() 269 libspeechd_loader_.spd_set_output_module(conn_, module); in GetVoices()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/speech/ |
H A D | tts_linux.cc | 191 libspeechd_loader_.spd_set_output_module(conn_, voice.module.c_str()); in ProcessSpeech() 257 libspeechd_loader_.spd_set_output_module(conn_, module); in InitializeVoices()
|
/dports/accessibility/speech-dispatcher/speech-dispatcher-0.10.2/src/api/c/ |
H A D | libspeechd.h | 211 int spd_set_output_module(SPDConnection * connection,
|
H A D | libspeechd.c | 1312 int spd_set_output_module(SPDConnection * connection, const char *output_module) in spd_set_output_module() function
|
/dports/accessibility/py-speech-dispatcher/speech-dispatcher-0.10.2/src/api/c/ |
H A D | libspeechd.h | 211 int spd_set_output_module(SPDConnection * connection,
|
H A D | libspeechd.c | 1312 int spd_set_output_module(SPDConnection * connection, const char *output_module) in spd_set_output_module() function
|
/dports/accessibility/speech-dispatcher/speech-dispatcher-0.10.2/src/clients/say/ |
H A D | say.c | 146 if (spd_set_output_module(conn, output_module)) in main()
|
/dports/accessibility/py-speech-dispatcher/speech-dispatcher-0.10.2/src/clients/say/ |
H A D | say.c | 146 if (spd_set_output_module(conn, output_module)) in main()
|
/dports/accessibility/py-speech-dispatcher/speech-dispatcher-0.10.2/doc/ |
H A D | speech-dispatcher.texi | 1854 @deffn {C API function} int spd_set_output_module(SPDConnection* connection, char* output_module); 1855 @findex spd_set_output_module() 1856 @anchor{spd_set_output_module} 1933 @code{spd_set_output_module()} or via @code{spd_set_language}). 2038 @xref{spd_set_output_module}. In case of error, the return value is
|
/dports/accessibility/speech-dispatcher/speech-dispatcher-0.10.2/doc/ |
H A D | speech-dispatcher.texi | 1854 @deffn {C API function} int spd_set_output_module(SPDConnection* connection, char* output_module); 1855 @findex spd_set_output_module() 1856 @anchor{spd_set_output_module} 1933 @code{spd_set_output_module()} or via @code{spd_set_language}). 2038 @xref{spd_set_output_module}. In case of error, the return value is
|