Can text-to-speech work on Windows Azure?

I have a web application that converts text to audio using the Microsoft.NET Speech library (System.Speech).

I want to know if this application can be ported to Windows Azure, and if Azure still allows me to use the System.speech namespace without any problems?

+6
c # azure
source share
2 answers

Here is a similar question , but no definite answer.

+2
source share

I would suggest using Bing translate to do TTS

0
source share

All Articles