diff --git a/modules/mono/glue/GodotSharp/GodotSharp/Compat.cs b/modules/mono/glue/GodotSharp/GodotSharp/Compat.cs
index 4e80afc4a59..0ef94bf7b36 100644
--- a/modules/mono/glue/GodotSharp/GodotSharp/Compat.cs
+++ b/modules/mono/glue/GodotSharp/GodotSharp/Compat.cs
@@ -76,6 +76,15 @@ partial class CodeEdit
}
}
+partial class DisplayServer
+{
+ ///
+ public static void TtsSpeak(string text, string voice, int volume, float pitch, float rate, int utteranceId, bool interrupt)
+ {
+ TtsSpeak(text, voice, volume, pitch, rate, (long)utteranceId, interrupt);
+ }
+}
+
partial class Geometry3D
{
///