Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6777389
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T16:08:30+00:00 2026-05-26T16:08:30+00:00

I am creating an application which converts text to speech using silverlight 4.0. Two

  • 0

I am creating an application which converts text to speech using silverlight 4.0. Two options which I found can be used are:

  1. Use TTS at client side, which requires the application to be run OOB. Also since it uses native windows components, can’t be used in any other platforms (MAC).
  2. Use TTS conversion at WCF end. This again requires the WCF service to be hosted on IIS with Local System account for application pool.

Are there any other options in which we dont have to provide the elevated permissions?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T16:08:31+00:00Added an answer on May 26, 2026 at 4:08 pm

    Another good solution is using google TTS – http://translate.google.com/translate_tts

    The code would be like this:

    string url = string.Format("http://translate.google.com/translate_tts?tl=en&q={0}", textToSay);
    WebClient client = new WebClient();
    return client.DownloadData(url);
    

    If using silverlight, the data which is fetched from the above code(in byte array), can be set as the source of media element with converting to memore stream as below:

    _audioPlayer.SetSource(new MemoryStream(textToSpeech));
    

    Where textToSpeech is the byte array as returned from google tts.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I seek some insight in creating an application that converts text to speech in
I am creating an application which tracks the users location using GPS, stores the
I am creating an application which involves so many web-service calls. I am using
I am creating an application in which I have two mxml components, MainPanel.mxml and
I am creating a Silverlight application which will be heavily javascripted against. To enable
I'm creating .NET application which connects to WindowsCE device using Active Sync. I'm using
I am creating an application which connects to the server using username/password and I
We are starting to create an application using JavaScript and HTML5 which will use
I am creating a VC++2008 Windows Form Application which needs to use some of
in my Silverlight 4 application I started creating and using some generics and now

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.