Author Topic: Pauses In Speech?  (Read 1276 times)

LinuxDevice

  • Newbie
  • *
  • Posts: 42
Pauses In Speech?
« on: August 07, 2023, 06:11:17 PM »
I don't know about speech synthesis markup language, but if that applies, I could learn. Maybe someone can comment on this? The description is this...

I have a phrase being spoken in text-to-speech. The delay between words at one particular part of the sentence is almost missing. I need to add a slight delay there. However, if I just break this into two sentences, and set it so the first part completes before starting the second part, the pause is too long. So I think I need to add some sort of markup in the middle of the sentence which lets me set a pause in milliseconds or something similar.

Is there a good way to do this?

Pfeil

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 4763
  • RTFM

LinuxDevice

  • Newbie
  • *
  • Posts: 42
Re: Pauses In Speech?
« Reply #2 on: August 08, 2023, 03:09:48 PM »
That works, but it changes back to the original Windows voice. If I don't use SSML the voice dropdown menu allows selecting "Microsoft James". When I use SSML, the choice is honored, but even though I still see Microsoft James selected, it plays the "old" default for Windows. Is there a method of selecting the Microsoft James as the voice within the XML markup?

Pfeil

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 4763
  • RTFM

LinuxDevice

  • Newbie
  • *
  • Posts: 42
Re: Pauses In Speech?
« Reply #4 on: August 09, 2023, 10:37:20 AM »
Thank you!
 :)