mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 15:25:59 +03:00
[PR #9] [CLOSED] Added TextToSpeech #935
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#935
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/quasar/Quasar/pull/9
Author: @goigle
Created: 10/22/2014
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
37ea8c5Added TextToSpeech📊 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.