mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
Add audio/general/text_to_speech project setting to enable/disable TTS.
This commit is contained in:
@@ -1093,6 +1093,8 @@ ProjectSettings::ProjectSettings() {
|
||||
GLOBAL_DEF_RST("audio/3d_panning_strength", 1.0f);
|
||||
custom_prop_info["audio/3d_panning_strength"] = PropertyInfo(Variant::REAL, "audio/3d_panning_strength", PROPERTY_HINT_RANGE, "0,4,0.01");
|
||||
|
||||
GLOBAL_DEF_RST("audio/general/text_to_speech", false);
|
||||
|
||||
PoolStringArray extensions = PoolStringArray();
|
||||
extensions.push_back("gd");
|
||||
if (Engine::get_singleton()->has_singleton("GodotSharp")) {
|
||||
|
||||
Reference in New Issue
Block a user