Commit Graph

14 Commits

Author SHA1 Message Date
a7b8ecb775 Don't initialize TTS in server builds after all. 2020-01-10 15:06:13 -06:00
e2f81c32dc Clean up TTS initialization. 2020-01-10 08:49:43 -06:00
c4646c4b26 Don't initialize/free if we can't. 2020-01-09 15:54:05 -06:00
3b067faecd Fix JavaScript rate-scaling. 2019-12-31 12:26:26 -06:00
bf6372a1a8 Add support for JavaScript SpeechSynthesis API. 2019-12-31 08:54:13 -06:00
ecfee60db5 Initial Android support. 2019-12-30 12:57:19 -06:00
e02e1dd2b8 Clean up TTS on exit. 2019-12-22 18:09:40 -06:00
e233b97fff Use print_debug to, theoretically, only print TTS speech/interrupt status when in debug mode.
And yet it still prints in exported builds not using the debug templates. *sigh*
2019-10-16 08:01:34 -05:00
Ellen Poe
a5b6c20125 Only initialize TTS outside the editor if system libraries are available 2019-10-12 15:27:59 -07:00
1bb0f56f40 Make rate a percentage, and add getter to determine if rate selection is supported. 2019-10-09 16:10:14 -05:00
4893bf7e10 Add getter/setter for rate. 2019-09-27 13:07:35 -05:00
bc46bbad60 Add function to singularize or pluralize a word. 2019-09-24 18:06:57 -05:00
c6da1a0c27 Make this a singleton. 2019-09-24 14:21:05 -05:00
bde8f61b6b Create GDScript shim for library, so not all platforms need a GDNative plugin. 2019-09-17 10:12:17 -05:00