Speech.Engine 2.0.0.4

dotnet add package Speech.Engine --version 2.0.0.4
                    
NuGet\Install-Package Speech.Engine -Version 2.0.0.4
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Speech.Engine" Version="2.0.0.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Speech.Engine" Version="2.0.0.4" />
                    
Directory.Packages.props
<PackageReference Include="Speech.Engine" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Speech.Engine --version 2.0.0.4
                    
#r "nuget: Speech.Engine, 2.0.0.4"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Speech.Engine@2.0.0.4
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Speech.Engine&version=2.0.0.4
                    
Install as a Cake Addin
#tool nuget:?package=Speech.Engine&version=2.0.0.4
                    
Install as a Cake Tool

Speech.Engine.dll

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.0.0.4 402 9/10/2013

2.0.0.4 [2013-08-12]
===============
NextG引擎重构
MVN PLP 43维特征的 和 输入FB CMN PLP 75维特征的。
 在引擎目录的rec.cfu中添加了语音模型资源配置项
 将以前的三个编译条件:NEXTG_CMN_NEWS NEXT_MVN_PHONE, NEXTG_MVN_ENGLISH 改为NEXTG_CMN75 和 NEXT_MVN43。
 开发引用的引擎dll 目录改为:D:\BEye\Engine\NextG30\bin\MVN43(CMN75)CMN75在MVN43基础上替换
 语音模型资源文件的存放目为:D:\BEye\Engine\NextG30\res (这是默认,可以移动到其他位置,通过rec.cfu进行关联,res底下没有二级目录)


2.0.0.3 [2013-08-12]
===============
add NextGProxy

2.0.0.2 [2013-08-03]
===============
合并 Speech.Data.dll