将文本转换为语音 • 即时从文本转换到语音 — 在运行时即可生成! • 连带作用:连续的音频生成可节省大量内存! • 在游戏的测试阶段无需配音演员! • 按姓名、文化和/或性别筛选语音 • 一次可以发出多种声音(例如,公共场所中很多人同时讲话的场景) • 通过语速、音调和音量微调你的声音! • 支持 SSML 和 EmotionML! • 在 Windows 和 iOS 上提供最新的单词、唇形和音素 — 包括标记! • 生成的音频可以存储为文件在 Unity 中反复使用! • 单个 AudioSource 匹配 1-infinite 同步发音人! • 简单的顺序和对话系统 • 不降低性能! • 提供超过 1000 种声音选择! 适用于unity2019.4.34及更高版本
2023-03-17 15:29:07 11.03MB unity
1
C#开发的语音聊天系统,简单易懂,可以运行
2023-03-08 22:27:11 152KB 语音 voice chat
1
VoiceRecorder.js 一个简单JavaScript,可让您录制用户的麦克风。 我之所以这样做,是因为我发现没有一个JavaScript能够像它一样出色和容易,而且我什至都找不到文档,所以希望我使您的工作变得轻松一些。 用法 请注意,有,即使您不喜欢阅读文档,也可以。 创建一个实例 您可以使用此行创建语音记录器的新实例: recorder = new VoiceRecorder(); 开始录音 如果我们还没有记录权限,那么开始记录将会请求权限。 您可能想知道用户是否向您授予了权限,因此您可以定义一个回调函数: recorder.start(function(status) { if(status == "OK") { // Everything is awesome } else { // No permiss
2023-02-18 11:54:05 4KB javascript voice recorder user-microphone
1
Apress, 2010 ,如何用.net来实现并行计算,本书将带你一探究竟 Parallel programming has been revolutionised in .NET 4 providing, for the first time, a standardised and simplified method for creating robust, scalable and reliable multi-threaded applications. The Parallel Programming features of .NET 4 allow the programmer to create applications that harness the power of multi-core and multi-processor machines. Simpler to use and more powerful than “classic” .NET threads, parallel programming allows the developer to remain focused on the work an application needs to perform. In Pro .NET 4 Parallel Programming in C#, Adam Freeman presents expert advice that guides you through the process of creating concurrent C# applications from the ground up. You’ll be introduced to .NET’s parallel programming features, both old and new, discover the key functionality that has been introduced in .NET 4, and learn how you can take advantage of the power of multi-core and multi-processor machines with ease. Pro .NET 4 Parallel Programming in C# is a reliable companion that will remain with you as you explore the parallel programming universe, elegantly and comprehensively explaining all aspects of parallel programming, guiding you around potential pitfalls and providing clear-cut solutions to the common problems that you will encounter. What you’ll learn * Develop scalable and robust parallel applications in C#. * Design, test and use parallel algorithms and data structures. * Understand and implement common parallel design patterns. * Avoid common anti-patterns and problems. * Use Visual Studio to verify and debug parallel applications. amazon link:http://www.amazon.com/exec/obidos/ASIN/1430229675/buythisbooks-20
2023-01-05 23:25:06 4.63MB .net c# pdf Apress
1
matlab声音信号相位差代码语音分离和增强 说明 该程序包含几种流行的方法及其变体,用于语音分离和增强。 该程序的目的是快速实现,测试和比较方法。 麦克风阵列的默认模型是6 + 1(外围+中央)圆形阵列。 测试数据是基于TIMIT数据库的ISM方法[1,2]生成的。 语音箱工具箱是必需的。 所有代码均由Ke Zhang用Matlab编写和更新。 如果您发现任何错误或错误,请与我联系。 主要方法列表: 波束成形: DSB MVDR 轻型商用车 最大信噪比/ GEVD 盲源分离(BSS): ICA 艾娃 辅助IVA 过度IVA 劳协 快速MNMF 通常,波束成形中的方法使用源的导引矢量或其他空间信息来增强目标语音,而BSS方法仅使用源的数量,除了某些情况下,用于解决置换歧义。 用户指南 主要功能是command.m,您可以在其中设置声源的数量和角度(0-45-315度),并在列表中选择要测试的算法(将对应方法后面的值设置为1正在运行,则为0)。 可以在ISM_setup.m中设置仿真环境,例如用于混响的T60(支持0、0.3s,0.6s,0.9s),麦克风阵列的配置以及用于噪声添加的No
2022-12-02 22:33:12 20.41MB 系统开源
1
CTI applications, mainly used in automatic voice response, the development of te...
2022-11-21 18:04:35 4.72MB CTIapplications
1
Voice Analytics
2022-11-20 11:24:59 1.28MB STT
1
二摘代码MATLAB ATP-GTCC功能 该项目包含两个特征提取代码文件。 Acousticternarypatterns.m包含带注释的声学三元模式计算的matlab代码。 GTCC功能代码.m包含带有注释的GTCC功能计算的matlab代码。 如有任何疑问,请随时问我
2022-11-09 11:20:55 3KB 系统开源
1
不和谐-Unity语音聊天资产 对于构建为一体的多人游戏,“不和谐”是语音聊天资产的下降。 这个仓库不包含失调的源代码,它用于主机文档和问题跟踪。
2022-10-26 10:12:13 1.34MB unity voice-chat voip
1
内容索引:PHP源码,其它类别,API,飞信  Google Voice 带群发的PHP版短信发送接口,如果一次发送较多,请使用英文逗号隔离开,所需PHP扩展:curl ,编码均为GBK,程序不支持发送中文,因此会自动转换中文为拼音,此功能纯属个人娱乐,请根据实际情况决定是否添加。
2022-09-24 10:06:59 30KB PHP源代码 其它类别
1