summaryrefslogtreecommitdiffstats
path: root/platform/android/tts_android.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix leakage of JNI object referencesFredia Huya-Kouadio2024-04-151-0/+10
* [Drivers,Platform] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-121-8/+8
* Add `audio/general/text_to_speech` project setting to enable/disable TTS.bruvzg2023-05-181-11/+31
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Cleanup Android C++ codeMarcel Admiraal2022-05-311-10/+10
* Replace most uses of Map by HashMapreduz2022-05-161-3/+3
* Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Win...bruvzg2022-04-281-0/+189