如何将“语音转换为文本”在ASP.NET网站中 [英] How to convert "Speech to text" in ASP.NET Website

查看:206
本文介绍了如何将“语音转换为文本”在ASP.NET网站中的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨朋友们......

我正在开发网站,其中我想实现语音到文本转换的功能,简称STT。实际上在我的网站上,当任何用户通过他/她的电脑通过耳机对产品进行评论/评论时,我想检测他/她的声音并将其转换成文本并用相应的发音文本填充相关的文本框。

我在代码项目上发表了以下文章:

1. C#语音到文本[^] [ ^ ]

2. 语音到在c#文本[^] [ ^ ]

3. 一个非常简单的Microsoft .NET语音合成简介(VB,C#,C ++)[^] [ ^ ]



但这些文章让我对System.Speech的功能有了一点了解ssembly,我想要一步一步的过程。我已经阅读了很多关于此的文章,但无法找到一步一步的程序。所以请一步一步地与我分享您的知识,以便我可以在我的网站上实现这一点。

注意:我不想使用任何第三方工具......



我会非常感谢你..



Sunil sharma

Hi friends...
I am developing website in which i want to implement functionality of "Speech To Text Conversion" in short "STT". Actually in my website when any user speaks through Headphone from his/her pc for reviews/comments on products, i want to detect his/her voice and convert it into text and fill the related textbox with appropriate pronounced text.
I have gone through below articles posted on code project :
1. C# Speech to Text[^] [^]
2. speech to text in c#[^] [^]
3. A Very Easy Introduction to Microsoft .NET Speech Synthesis (VB, C#, C++)[^] [^]

But these articles give me a small insight of the capabilities of the System.Speech assembly, I want the step by step process. I had read many articles regarding this but could not able to find step by step procedure for this. So please share your knowledge with me in step by step manner so that i can implement this in my website.
Note: I don''t want to use any third party tool...

I''ll be very thankful to you..

Sunil sharma

推荐答案

很抱歉,但是,ASP.NET用于服务器端。您的客户永远不知道他/她是如何被送达的。因此,在ASP.NET代码中,您无法对STT应用程序进行编码。



尽管如此,Silverlight(.NET的一部分)和Flash等解决方案仍然存在并可以提供帮助你在这件事上。

既然你对微软STT引擎很感兴趣。 Silverlight将是一个不错的选择。您需要开发一个Silverlight应用程序。文章已经很棒了。你只需要做一点mod就可以在Silverlight中使用它们。例如在适当的事件上初始化引擎。设置自己的命令等..
Sorry to say but, ASP.NET is used in server side. Your client never know how is he/she is being served. So in an ASP.NET code, you cannot code a STT application.

Nevertheless, solutions such as Silverlight, (part of .NET) and Flash exist and can help you in this matter.
Since you are interested about Microsoft STT engine. Silverlight will be a good choice. You will need to develop a Silverlight app. The articles are already great. You just need to do a little mod to use them in Silverlight. Such as initialising the engine on an appropriate event. Setting up your own commands etc..


这篇关于如何将“语音转换为文本”在ASP.NET网站中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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