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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T09:10:39+00:00 2026-05-15T09:10:39+00:00

SpeechSynthesizer allows peaking different voices by using SelectVoiceByHints(VoiceGender, VoiceAge) function (as I understood). But

  • 0

SpeechSynthesizer allows peaking different voices by using
SelectVoiceByHints(VoiceGender, VoiceAge)function (as I understood). But no customization happens if I change the gender and voice age.

Can you explain why? And if I’m doing something wrong, what is correct way to do that?

Thank you.

  • 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-15T09:10:39+00:00Added an answer on May 15, 2026 at 9:10 am

    Here’s a small test program that you can use to discover installed voices:

    using System;
    using System.Speech.Synthesis;  // Add reference to System.Speech
    
    class Program {
        static void Main(string[] args) {
            var synth = new SpeechSynthesizer();
            foreach (var voice in synth.GetInstalledVoices()) {
                Console.WriteLine(voice.VoiceInfo.Description);
            }
            Console.ReadLine();
        }
    }
    

    Output on my machine: Microsoft Anna – English (United States)

    Which is the one and only default voice that’s shipped with Windows afaik. Which would of course explain why changing gender and age doesn’t have an effect on your machine.

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

Sidebar

Related Questions

I am using System.Speech.Synthesis.SpeechSynthesizer to convert text to speech. And due to Microsoft's anemic
I've been playing around with .NET SpeechSynthesizer lately. and I've got a method that
Is there any Japanese voice for C#'s SpeechSynthesizer TTS? If so please state detailed
I understand that the SpeechSynthesizer (System.Speech.dll) can be used to convert text to speech.
If I feed a speech synthesizer (festival, in this case, but it applies to
I am using Festival , a text-to-speech synthesizer, for a project. It has a
I'm trying to change the pitch of spoken text via SSML and the .NET
I'm playing with some code for a blackjack program but I'm having trouble finding
I have the following delegate method for NSSpeechSynthesizer: - (void) speechSynthesizer:(NSSpeechSynthesizer *)sender didFinishSpeaking:(BOOL) success
I am trying to use freetts for a simple java application but i am

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.