如何在Windows Azure上的网站得到System.Speech? [英] How to get System.Speech on windows azure websites?

查看:162
本文介绍了如何在Windows Azure上的网站得到System.Speech?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在一个asp.net web表单应用程序在本地运行时的正常工作纳入文本到语音。当我部署到蔚蓝的网站但它看起来像一个空引用发生处理System.Speech。

I have incorporated text to speech in an asp.net webforms application which works fine when running locally. When I deploy to azure websites however it looks like a null reference is happening dealing with System.Speech.

我曾试图发布web表单应用程序的复制本地作为System.Speech真正天青为.dll但是问题仍然存在。

I have tried to publish the webforms app to azure with the "Copy Local" as true on System.Speech .dll however the issue still persists.

有什么我缺少获得System.Speech在蔚蓝的网站?

Is there anything I am missing to get System.Speech to work on azure websites?

我已经研究并发现文章而回说是不支持,但我希望改变的加班今年5月。我需要找到一些第三方TTS服务,如果是这样的话。

I have researched and found posts from a while back saying it wasn't supported but I am hoping this may of changed overtime. I will need to find some third-party TTS service if this is the case.

推荐答案

System.Speech是一个桌面API,绝对不支持服务器系统。 Microsoft.Speech.Synthesis 是一个服务器API和支持上(独立)服务器。但是,我不知道是否有可能部署这种在Azure上的网站,因为它需要大量的更新安装的软件(声音等)。

System.Speech is a desktop API, and definitely isn't supported on server systems. Microsoft.Speech.Synthesis is a server API and is supported on (standalone) servers. However, I'm not sure if it's possible to deploy this on Azure websites, as it requires extensive updates to the installed software (for voices, etc.).

这篇关于如何在Windows Azure上的网站得到System.Speech?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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