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 5974891
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T21:00:22+00:00 2026-05-22T21:00:22+00:00

My purpose is that to be able to let my application to talk in

  • 0

My purpose is that to be able to let my application to talk in less popular language (for example Hokkien, Malay, etc). My current approach is using recorded mp3.

I want to know whether there is ‘phonetic characters to speech’ engine exists for .net or any platform?

Phonetic characters here just like the phonetic entry in paper dictionary. Any idea?

  • 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-22T21:00:23+00:00Added an answer on May 22, 2026 at 9:00 pm

    Here is the VB.NET code:

    'create the object. This object will store your phonetic 'characters'
    Dim PBuilder As New System.Speech.Synthesis.PromptBuilder
    
    'add your phonetic 'characters' here. Just ignore the first parameter.
    'The second parameter is your phonetic 'characters'
    PBuilder.AppendTextWithPronunciation("test", "riːdɪŋ")
    
    'now create a speaker to speak your phonetic 'characters'
    Dim SpeechSynthesizer2 As New System.Speech.Synthesis.SpeechSynthesizer
    
    'now actually speaking. It will speak 'reading'
    SpeechSynthesizer2.Speak(PBuilder)
    

    And here is the converted C# code:

    //create the object. This object will store your phonetic 'characters'
    System.Speech.Synthesis.PromptBuilder PBuilder = new System.Speech.Synthesis.PromptBuilder();
    
    //add your phonetic 'characters' here. Just ignore the first parameter.
    //The second parameter is your phonetic 'characters'
    PBuilder.AppendTextWithPronunciation("test", "riːdɪŋ");
    
    //now create a speaker to speak your phonetic 'characters'
    System.Speech.Synthesis.SpeechSynthesizer SpeechSynthesizer2 = new System.Speech.Synthesis.SpeechSynthesizer();
    
    //now actually speaking. It will speak 'reading'
    SpeechSynthesizer2.Speak(PBuilder);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm developing a web application that deals with travel. I want to be able
I want to do a simulation on Fraunhofer diffraction and for that purpose I
I have a WPF app, my purpose is that the app can be automatically
I need to un-read characters from an InputStreamReader . For that purpose I wanted
I would like to track users clicks on my website. For that purpose, I
I thought that the purpose of Ruby's BigDecimal class is that it is infinitely
I am aware that the purpose of volatile variables in Java is that writes
To have a general-purpose documentation system that can extract inline documentation of multiple languages,
I have a facebook app that I authenticate using a general-purpose authentification. Like this:
The purpose I aming for is, that 2 seconds after my activity was started

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.