[PR #9] [CLOSED] Added TextToSpeech #935

Closed
opened 2026-02-27 15:52:31 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/quasar/Quasar/pull/9
Author: @goigle
Created: 10/22/2014
Status: Closed

Base: masterHead: master


📝 Commits (1)

📊 Changes

19 files changed (+994 additions, -279 deletions)

View changed files

📝 Client/Client.csproj (+24 -5)
📝 Client/Core/Commands/CommandHandler.cs (+133 -5)
Client/Core/Packets/ServerPackets/Commands/TextToSpeech.cs (+23 -0)
Server/Core/Packets/ServerPackets/Commands/TextToSpeech.cs (+23 -0)
📝 Server/Forms/frmMain.Designer.cs (+96 -23)
📝 Server/Forms/frmMain.cs (+229 -121)
📝 Server/Forms/frmMain.resx (+22 -22)
Server/Forms/frmTextToSpeech.Designer.cs (+86 -0)
Server/Forms/frmTextToSpeech.cs (+40 -0)
Server/Forms/frmTextToSpeech.resx (+120 -0)
📝 Server/Properties/Resources.Designer.cs (+125 -45)
📝 Server/Properties/Resources.resx (+73 -58)
Server/Resources/actions.png (+0 -0)
Server/Resources/delete.png (+0 -0)
Server/Resources/restart.png (+0 -0)
Server/Resources/shutdown.png (+0 -0)
Server/Resources/sound.png (+0 -0)
Server/Resources/standby.png (+0 -0)
Server/Resources/textfield_rename.png (+0 -0)

📄 Description

Ability to make clients synthesize speech. Uses Microsoft Speech Object Library which is on all computers that .NET 2.0 runs on.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/quasar/Quasar/pull/9 **Author:** [@goigle](https://github.com/goigle) **Created:** 10/22/2014 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`37ea8c5`](https://github.com/quasar/Quasar/commit/37ea8c5ffb2e2beece0b500bbe5723ad13bff93d) Added TextToSpeech ### 📊 Changes **19 files changed** (+994 additions, -279 deletions) <details> <summary>View changed files</summary> 📝 `Client/Client.csproj` (+24 -5) 📝 `Client/Core/Commands/CommandHandler.cs` (+133 -5) ➕ `Client/Core/Packets/ServerPackets/Commands/TextToSpeech.cs` (+23 -0) ➕ `Server/Core/Packets/ServerPackets/Commands/TextToSpeech.cs` (+23 -0) 📝 `Server/Forms/frmMain.Designer.cs` (+96 -23) 📝 `Server/Forms/frmMain.cs` (+229 -121) 📝 `Server/Forms/frmMain.resx` (+22 -22) ➕ `Server/Forms/frmTextToSpeech.Designer.cs` (+86 -0) ➕ `Server/Forms/frmTextToSpeech.cs` (+40 -0) ➕ `Server/Forms/frmTextToSpeech.resx` (+120 -0) 📝 `Server/Properties/Resources.Designer.cs` (+125 -45) 📝 `Server/Properties/Resources.resx` (+73 -58) ➕ `Server/Resources/actions.png` (+0 -0) ➕ `Server/Resources/delete.png` (+0 -0) ➕ `Server/Resources/restart.png` (+0 -0) ➕ `Server/Resources/shutdown.png` (+0 -0) ➕ `Server/Resources/sound.png` (+0 -0) ➕ `Server/Resources/standby.png` (+0 -0) ➕ `Server/Resources/textfield_rename.png` (+0 -0) </details> ### 📄 Description Ability to make clients synthesize speech. Uses Microsoft Speech Object Library which is on all computers that .NET 2.0 runs on. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:52:32 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Quasar#935
No description provided.