summaryrefslogtreecommitdiffstats
path: root/platform/linuxbsd/tts_linux.cpp
Commit message (Expand)AuthorAgeFilesLines
* [TextServer] Fix get_word_breaks and it uses.bruvzg2024-06-211-1/+7
* TTS_Linux: Fix size_t template issue on OpenBSD by using int consistentlythfrwn2023-10-271-5/+5
* [Drivers,Platform] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-121-5/+5
* [Linux/TTS] Cache TTS voice list.bruvzg2023-06-021-24/+33
* [Linux/BSD] Add dynamically loaded library version checks.bruvzg2023-03-201-0/+5
* [Linux TTS] Use Callable instead of registering methods.bruvzg2023-02-221-7/+2
* [Linux] Process TTS callback on the main thread to avoid speech-dispatcher de...bruvzg2023-02-211-61/+74
* [Linux] Make SO wrapper usage optional.bruvzg2023-02-161-3/+7
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix String::word_wrap() for long wordsHaoyu Qiu2022-12-161-6/+5
* Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Win...bruvzg2022-04-281-0/+261