Question Text to speech in spanish male in xamarin forms

apaniagua

New member
Joined
Nov 26, 2020
Messages
2
Programming Experience
3-5
Hello I need my xamarin forms application for android and ios to speak with a male voice in Spanish without using third party subscriptions since the customer does not want to pay for them, but is willing to pay if it is a tts (text to speech) for a single fee.

at the moment i have tried with the text to speech of jamesmontemagno but i have only managed to get the female voice, also i have looked for some payment tts but i have managed to find none.
 
I am developing a Xamarin.Forms application for Android and iOS that implements Text-To-Speech functionality.

So far i am using this plugin to achieve my goal, and it works perfect except for one detail: i have only managed to get the female Spanish voice, but the requirements of my application are that it is a male Spanish voice, so the question is: does anyone know how to get the male Spanish voice in a Text-To-Speech application?

[Note: I am currently not interested in any third party subscriptions]

Any suggestion will be greatly appreciated!
 
I really don't see how this is an issue, and why you are not using TTS from Microsoft. Why are you using a plugin?

Typically, I had a Xamarin app with TTS built in, and I was going to share it with you, but regrettably it's no longer on my PC.

I recommend using Microsoft's TTS, and you will be able to set localisation as well as which gender voice type to use. Xamarin.Essentials: Text-to-Speech - Xamarin
 
Back
Top Bottom