[Feat] TTS borgs & announcements (#342)

* tts for borgs

* tts for announcements
This commit is contained in:
HitPanda
2023-08-28 18:55:56 +03:00
committed by Aviu00
parent af38299925
commit 60aadc8919
7 changed files with 117 additions and 59 deletions

View File

@@ -55,5 +55,10 @@ namespace Content.Server.Communications
/// </summary>
[DataField]
public SoundSpecifier Sound = new SoundPathSpecifier("/Audio/Announcements/announce.ogg");
//WD-start
[DataField("ttsVoiceId")]
public string TtsVoiceId = "Glados";
//WD-end
}
}