17th Feb - Roman Numerals and AudioStack

We are delighted to announce new features.

  • You can now handle Roman Numerals in our Voice Intelligence Layer. What does this mean? Well most text to speech providers struggle with stuff like "Charles IV" this is particularly hard problem. Here's an example!
text = """Johanna VI. war eine große Königin. Benedikt XVI. starb letzes Jahr.
/Die Kinder Marias II. standen weiter hinten in der Thronfolge.
  Die Herrschaft Karls V. dauerte mehrere Jahrzehnte. Ich sah Charles III. /
    zum ersten Mal. Er zeichnete Anna I. auf ihrem Sterbebett. Vor Edward XX gab / 
      es keine Feinde. Ich kämpfte nie gegen Pedro VI."""

script = audiostack.Content.Script.create(scriptText=text)

tts = audiostack.Speech.TTS.create(scriptItem=script, voice="vicki", useDictionary= True, useTextNormalizer= True)
print(tts)

item = audiostack.Speech.TTS.get(tts.speechId)
        
item.download(fileName=item.speechId)
  • We’ve now integrated our voice cloning capabilities into Audiostack! You can invite yourself to try it out from the AudioStack Console