All Projects → CodeGize → Unitysapi

CodeGize / Unitysapi

Licence: other
init

Programming Languages

csharp
926 projects

Labels

Projects that are alternatives of or similar to Unitysapi

Gold Player
A first person player controller for Unity.
Stars: ✭ 53 (-11.67%)
Mutual labels:  unity
Unityraymarching
Unity Raymarching Examples
Stars: ✭ 57 (-5%)
Mutual labels:  unity
Unity3d Ai And Procedural Generation Framework
Unity3D AI and Procedural Generation Framework.
Stars: ✭ 58 (-3.33%)
Mutual labels:  unity
Unity3d Quicksearch
A Command Palette for Unity
Stars: ✭ 54 (-10%)
Mutual labels:  unity
Unity Ugui Xcharts
A charting and data visualization library for Unity. 一款基于UGUI的数据可视化图表插件。
Stars: ✭ 1,086 (+1710%)
Mutual labels:  unity
Unityasync
Task and Async Utility Package for Unity. Start co-routines from anywhere.
Stars: ✭ 58 (-3.33%)
Mutual labels:  unity
Shadergraph Custom Nodes
🔨 Collection of custom nodes for ShaderGraph.
Stars: ✭ 53 (-11.67%)
Mutual labels:  unity
Unityiphonexsupport
Support iPhoneX by changing the drawing area of Unity.
Stars: ✭ 59 (-1.67%)
Mutual labels:  unity
Voxelframework
An awesome Voxel framework for Unity (Game Engine)
Stars: ✭ 57 (-5%)
Mutual labels:  unity
Hoshiyukitoonshader
GI&HDR based toon shader for Unity.
Stars: ✭ 58 (-3.33%)
Mutual labels:  unity
Cardboard Vr Unity Sdk
Stars: ✭ 55 (-8.33%)
Mutual labels:  unity
Voxelman
Unity ECS + C# Job System example
Stars: ✭ 1,086 (+1710%)
Mutual labels:  unity
Uchromakey
Chroma key shader asset for Unity
Stars: ✭ 58 (-3.33%)
Mutual labels:  unity
Tiled Directional Flow
A shader to control the direction water flows based on a flow map in Unity.
Stars: ✭ 54 (-10%)
Mutual labels:  unity
Hooking Template With Mod Menu
A small template for Android Hooking with Substrate. (Includes a mod menu written in Java)
Stars: ✭ 59 (-1.67%)
Mutual labels:  unity
Modio Unity
Unity Plugin for integrating mod.io - a modding API for game developers
Stars: ✭ 53 (-11.67%)
Mutual labels:  unity
Nnao
Neural Network Ambien Occlusion based on http://theorangeduck.com/page/neural-network-ambient-occlusion
Stars: ✭ 57 (-5%)
Mutual labels:  unity
Brunetons Ocean
Brunetons ocean in Unity
Stars: ✭ 60 (+0%)
Mutual labels:  unity
Escapefromtarkov Trainer
Escape from Tarkov Trainer
Stars: ✭ 59 (-1.67%)
Mutual labels:  unity
Chromium Unity Server
Embedded web browser for Unity games, based on Chromium Embedded Framework (CEF)
Stars: ✭ 58 (-3.33%)
Mutual labels:  unity

UnitySapi

UnitySapi是一个Unity可以调用Sapi的工具。

语音开发主要是两种技术:语音识别和语音合成 Sapi是微软提供的语音引擎,win7之后系统自带,效率和质量都很好。 使用Sapi需要使用System.Speech.dll文件,因此在unity中需要拷贝这个文件到Assets目录下,但是会出现无法初始化的错误。 因此,创建一个专门调用Sapi的控制台程序。然后在Unity中和这个控制台程序进行数据交互,以达到在Unity调用Sapi的目的。

#程序工作流程 Unity使用Socket发送语音文本给控制台程序Speech,然后Speech调用Sapi进行语音合成或者语音识别。

备注:win10 64位操作系统测试通过,其他系统未测试

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].