Author Topic: SSML not working  (Read 4256 times)

xennonl

  • Guest
SSML not working
« on: September 16, 2016, 09:50:41 AM »
Hi, im using voice attack togethert with ivona's kendra
If i want her to say something in just plain text its fine but when i use SSML (and tick the box) nothing hapens..
Am i doing something wwrong ?

Gary

  • Administrator
  • Hero Member
  • *****
  • Posts: 2826
Re: SSML not working
« Reply #1 on: September 17, 2016, 04:12:53 PM »
Depends.  What did you put in the input box?
« Last Edit: September 18, 2016, 03:20:20 PM by Gary »

xennonl

  • Guest
Re: SSML not working
« Reply #2 on: September 23, 2016, 07:37:25 AM »
for example this ffrom ssml wikipedia example

<?xml version="1.0"?>
<speak xmlns="http://www.w3.org/2001/10/synthesis"
       xmlns:dc="http://purl.org/dc/elements/1.1/"
       version="1.0">
  <metadata>
    <dc:title xml:lang="en">Telephone Menu: Level 1</dc:title>
  </metadata>

  <p>
    <s xml:lang="en-US">
      <voice name="David" gender="male" age="25">
        For English, press <emphasis>one</emphasis>.
      </voice>
   
    <s xml:lang="es-MX">
      <voice name="Miguel" gender="male" age="25">
        Para espaƱol, oprima el <emphasis>dos</emphasis>.
      </voice>
   
  </p>

</speak>

No sound is produces

Im probably ddoing ssomething wrong but no idea what

cmdrmcdonald

  • Guest
Re: SSML not working
« Reply #3 on: September 23, 2016, 09:13:41 AM »
From what I have seen a single voice can usually only handle a single language.  Trying to do multiple languages might cause problems.

Try it with just a single language and see if that makes it work.