1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Add audio/general/text_to_speech project setting to enable/disable TTS.

This commit is contained in:
bruvzg
2023-05-22 16:41:09 +03:00
parent a810c8c5f6
commit 18ee8da7d6
16 changed files with 132 additions and 32 deletions

View File

@@ -74,6 +74,7 @@ private:
List<AudioDriverJavaScript *> audio_drivers;
VisualServer *visual_server;
bool tts;
bool swap_ok_cancel;
bool idb_available;
bool idb_needs_sync;