语音识别&语音合成器 [英] Speech Recognition & Speech Synthesiser

查看:75
本文介绍了语音识别&语音合成器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨大家:)



我想知道我是否能得到一些我会感激的帮助!

我''我正在为我的毕业设计项目致辞语音识别,语音合成器

所以我一直在做一些搜索,我发现很多信息让我对我需要的东西感到困惑!

所以我的问题是:

要在.NET中进行语音识别,Microsoft Speech API 5.3是否足以使这项工作或我需要使用像Sphinx,HTK这样的资源?

使用SAPI和使用其他资源之间的区别是什么?



我真的需要你的帮助!

Hi Everyone :)

I''m wondering if I can get some help that I would appreciate !
I''m working on a project for my graduation Speech Recognition, Speech Synthsiser
So Ive been doing some searching & I found about a lot of information that made me confused about what I need exactly !
so my question is :
To do the speech recognition in .NET, is the Microsoft Speech API 5.3 enough to make this work or I need to use ressources like Sphinx,HTK ?
what''s the difference between using just the SAPI & using an other ressource ?

I really need your help !

推荐答案

你好b $ b

我同意解决方案1,另外你可以使用.NET 3中的SpeechRecognitionEngine类库和最新版本的.NET这个库提供访问和管理项目中进程内语音识别的方法。你可以阅读如何在C#中编写语音识别,语音到文本,文本到语音和语音合成;)



在C#中进行语音识别,语音到文本,文本到语音和语音合成 [ ^ ]
Hi
I am agree with solution 1, just additionally you can use SpeechRecognitionEngine class library from .NET 3 and latest version of .NET this library Provide the means to access and manage an in-process speech recognition in your project.at follow of link you can read about "how to program speech recognition, speech to text, text to speech and speech synthesis in C# " ;)

Speech recognition, speech to text, text to speech, and speech synthesis in C#[^]


只需使用语音识别和合成,您甚至不需要使用SAPI或Speech API。您几乎所有需要的东西都已与(可再发行的).NET Framework捆绑在一起并放置在GAC中。您只需要引用System.Speech.DLL(但同样,它在GAC中,所以您不会通过此汇编模块引用它,您可以使用Visual的.NET选项卡添加它Studio添加引用窗口)。请参阅:

http://msdn.microsoft.com/en-us /library/gg145021.aspx [ ^ ]。



继续阅读这一点;你会发现一切。



-SA
Just to use speech recognition and synthesis, you don''t even need to use SAPI or Speech API. Nearly all you need is already bundled with (redistributable) .NET Framework and placed in GAC. You only need to reference System.Speech.DLL (but again, it''s in GAC, so you don''t reference it by this assembly module, you add it, say, using the tab ".NET" of the Visual Studio "Add Reference" window). Please see:
http://msdn.microsoft.com/en-us/library/gg145021.aspx[^].

Keep reading from this point; and you will find everything.

—SA


这篇关于语音识别&语音合成器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆