Adds TTS to the game. Players can select their own voices in preferences. (#74775)

Co-authored-by: Watermelon914 <3052169-Watermelon914@users.noreply.gitlab.com>
Co-authored-by: Kyle Spier-Swenson <kyleshome@gmail.com>
Co-authored-by: Iamgoofball <iamgoofball@gmail.com>
Co-authored-by: Zephyr <12817816+ZephyrTFA@users.noreply.github.com>
Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com>
This commit is contained in:
Watermelon914
2023-05-15 16:21:54 -07:00
committed by GitHub
co-authored by Watermelon914 Kyle Spier-Swenson Iamgoofball Zephyr Mothblocks
parent cb38c9d429
commit a98706ff8b
39 changed files with 783 additions and 32 deletions
@@ -418,4 +418,14 @@
/datum/config_entry/flag/disallow_circuit_sounds
/datum/config_entry/string/tts_http_url
protection = CONFIG_ENTRY_LOCKED
/datum/config_entry/string/tts_http_token
protection = CONFIG_ENTRY_LOCKED|CONFIG_ENTRY_HIDDEN
/datum/config_entry/number/tts_max_concurrent_requests
default = 4
min_val = 1
/datum/config_entry/flag/give_tutorials_without_db