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
No known key found for this signature in database
GPG key ID: 7960FCF39844EC38
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;