From 01930373c6c70515b204c722e28d2fc0911aa174 Mon Sep 17 00:00:00 2001 From: ReWAFFlution <153686236+ReWAFFlution@users.noreply.github.com> Date: Sun, 22 Mar 2026 22:38:08 +0200 Subject: [PATCH 1/2] =?UTF-8?q?=D0=9F=D0=B5=D1=80=D0=B5=D0=BD=D0=BE=D1=81?= =?UTF-8?q?=20#1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Lobby/UI/HumanoidProfileEditor.xaml | 13 ++ .../Lobby/UI/HumanoidProfileEditor.xaml.cs | 12 ++ Content.Client/Options/UI/Tabs/AudioTab.xaml | 2 + .../Options/UI/Tabs/AudioTab.xaml.cs | 9 + .../VoiceMask/VoiceMaskBoundUserInterface.cs | 3 +- .../VoiceMask/VoiceMaskNameChangeWindow.xaml | 10 + .../VoiceMaskNameChangeWindow.xaml.cs | 9 +- Content.Client/_Art/TTS/ContentAudioSystem.cs | 8 + .../_Art/TTS/HumanoidProfileEditor.TTS.cs | 71 +++++++ Content.Client/_Art/TTS/TTSSystem.cs | 191 ++++++++++++++++++ .../TTS/VoiceMaskNameChangeWindow.xaml.cs | 42 ++++ Content.Server/Entry/EntryPoint.cs | 3 + Content.Server/IoC/ServerContentIoC.cs | 2 + Content.Server/VoiceMask/VoiceMaskSystem.cs | 5 +- 14 files changed, 376 insertions(+), 4 deletions(-) create mode 100644 Content.Client/_Art/TTS/ContentAudioSystem.cs create mode 100644 Content.Client/_Art/TTS/HumanoidProfileEditor.TTS.cs create mode 100644 Content.Client/_Art/TTS/TTSSystem.cs create mode 100644 Content.Client/_Art/TTS/VoiceMaskNameChangeWindow.xaml.cs diff --git a/Content.Client/Lobby/UI/HumanoidProfileEditor.xaml b/Content.Client/Lobby/UI/HumanoidProfileEditor.xaml index 84c5b75d1cb..b4af1bc5760 100644 --- a/Content.Client/Lobby/UI/HumanoidProfileEditor.xaml +++ b/Content.Client/Lobby/UI/HumanoidProfileEditor.xaml @@ -92,7 +92,20 @@ + + +