Questions tagged [ssml]

Speech Synthesis Markup Language(SSML) is a web standard for generating synthetic speech for voice-impaired users or device audio output.

SSML can be used to create software which integrates with voice services such as Skype to provide text-to-speech capabilities.

146 questions
0
votes
0 answers

Phonemes in SSML Universal Windows

I am working on a universal windows translator application for state level translation. I want to make my device speak translated text. The translated language is state level language something like making my device speak Hindi translated text. Is…
iam.Carrot
  • 4,235
  • 2
  • 17
  • 59
0
votes
2 answers

Having troubles with Amazon Echo (Alexa) and SSML

I'm trying to handle better phonetic pronunciations and pausing with Alexa+Lambda+Javascript. I see from the docs: https://developer.amazon.com/public/solutions/alexa/alexa-skills-kit/docs/speech-synthesis-markup-language-ssml-reference that you are…
0
votes
1 answer

Is xml header necessary in ssml request in the SSML Specification?

I wonder if we strictly need to specify xml header in our requests to ssml synthesizers like the following: hello world or does the SSML standard also allow this?: hello world
fatihk
  • 7,509
  • 22
  • 44
0
votes
1 answer

Say currency with Spanish

I want to play text to speech with ssml. var prompt = new StringBuilder();. prompt.Append(@"$"); prompt.Append({0}); prompt.Append(@""); Then we can Play prompt.ToString() as TTS. It works fine for English. The…
user1108948
0
votes
1 answer

Can any TTS engine change a voice's language, and subsequently its phoneme?

Lets say I want to have some English text spoken in an Italian accent. Many of the engine demos I have tried on their respected sites will have the Italian language available, but when you try to get it to pronounce a few sentences in English, they…
Akiva
  • 1,682
  • 2
  • 21
  • 44
0
votes
1 answer

Audio spells markup when ssml format passed in Ivona

when i call Ivona API with input as ssml format, i get audio which pronounce ssml markup. How to correctly call using ssml as input.
Vishal
  • 335
  • 3
  • 11
0
votes
1 answer

Windows Phone 8 text-to-speech using SSML - tag exception on real device

i'm implementing simple speech reconition and synthesis (SSML) on WP8. When i test the app in emulator, everything is all right. But when i test the app on physical device (HTC Windows Phone X8), there occurs one problem with SSML synthesis. This…
untosabla
  • 86
  • 1
  • 2
  • 10
0
votes
1 answer

How to slow down text to Speech with SSML - voice sounds distorted/warped/ghastly

i am using nuance dragon mobile sdk for iPhone, for using text to speech. The readed text is a little bit to fast and i want to make it slower, so the user can learn the words. My aim is to slow down the text a bit. That works very fine with SSML…
brush51
  • 5,508
  • 6
  • 36
  • 71
0
votes
1 answer

how to do pause after paragraph while textToSpeech

i have a text which is used for textToSpeech. i want to do a pause in the text which is readed from the dragon mobile SDK for iPhone. the text is without the SSML. only blanc text. What kind of charactars can i use for pause? I know that after a " .…
brush51
  • 5,508
  • 6
  • 36
  • 71
-1
votes
1 answer

How to construct a sentence with "Hm" in SSML

How can I construct word "hm" with Alexa SSML? I have tried this, but it is not completely natural. Please advice.

Hm.

You are right.
Harikrishnan
  • 8,629
  • 9
  • 75
  • 119
1 2 3
9
10