Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in
Toggle navigation
G
GS.Terminal.Speak
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
终端组
Addons
GS.Terminal.Speak
Commits
a2019175
Commit
a2019175
authored
Nov 30, 2020
by
姜春辉
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
发布
parent
15b44f4f
Pipeline
#505
failed with stages
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
28 additions
and
0 deletions
+28
-0
Config.xml
Release/GS.Terminal.Speak/Config.xml
+9
-0
GS.Terminal.Speak.dll
Release/GS.Terminal.Speak/GS.Terminal.Speak.dll
+0
-0
Mapper.xml
Release/GS.Terminal.Speak/Mapper.xml
+19
-0
NAudio.dll
Release/GS.Terminal.Speak/NAudio.dll
+0
-0
No files found.
Release/GS.Terminal.Speak/Config.xml
0 → 100644
View file @
a2019175
<?xml version="1.0" encoding="utf-8" ?>
<Settings
xmlns=
"urn:Chinags-Configuration"
AddonName=
"GS.Terminal.Speak"
>
<Dictionaries>
<Dict
Name=
"baseConfig"
Caption=
"基本设置"
>
<Key
Name=
"VoiceSpeed"
Value=
"1"
Caption=
"语音播报速度"
Choice=
"0,1,2,3,4,5"
/>
<Key
Name=
"VoicePackage"
Value=
"1"
Caption=
"语音包序号"
Choice=
"0,1,2,3"
/>
</Dict>
</Dictionaries>
</Settings>
\ No newline at end of file
Release/GS.Terminal.Speak/GS.Terminal.Speak.dll
0 → 100644
View file @
a2019175
File added
Release/GS.Terminal.Speak/Mapper.xml
0 → 100644
View file @
a2019175
<?xml version="1.0" encoding="utf-8"?>
<Extensibility
xmlns=
"urn:Chinags-Extensibility-1.0"
Name=
"终端语音播报插件"
SymbolicName=
"GS.Terminal.Speak"
Version=
"1.0.0.0"
StartLevel=
"10"
>
<License>
ZIdlI0PmssjqRnU+teBUtPhVVlUGs51sqQW2K/B/8CK47gkBxo35i2/GK+6DDmKLdDKbDjY3NfCW3HjfsvajC3zLBXi8tBmfGG9CH59LyryQF2637T4KY4thHSmeluvwqOdh0USs8grFkx/Fphr/bHYKwPJJeCqp9QUBIk4XPKc=
</License>
<Activator
Type=
"GS.Terminal.Speak.Activator"
/>
<Runtime>
<Assembly
Path=
"GS.Terminal.Speak.dll"
Share=
"true"
/>
</Runtime>
<Services>
<Service
Caption=
"语音播报服务"
TypeAndName=
"GS.Terminal.Speak.Service"
>
<!--
/// <summary>
/// 播报文本语音
/// </summary>
/// <param name="SpeakMessage">文本内容</param>
public void Voice(string SpeakMessage)
-->
</Service>
</Services>
</Extensibility>
\ No newline at end of file
Release/GS.Terminal.Speak/NAudio.dll
0 → 100644
View file @
a2019175
File added
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment