Announcement

Collapse
No announcement yet.

MS TTS Commands

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    MS TTS Commands

    Several searches came up with links for scripting speech commands, nothing for embedding speech commands in events.

    MS voices Zira and Mike both speak too soon clipping off part of the first word. Are there any commands to control or manipulate the playback of MS TTS ? Ideally I'd like to add a pause before speaking, or slow down the first few words, without slowing all TTS. A string of comas inside of a phrase does work, but when used at the beginning of the phrase it appears to be ignored.

    <voice required="name = Microsoft Zira Desktop"> Alarm System Arming in 30 seconds

    #2
    An easy solution is to use a speech proxy plug-in. I use BLSpeech and am very pleased with the results. You can also utilize the MS Speech API controls inserted in the text to speak (search for SAPI 5.3).
    Mike____________________________________________________________ __________________
    HS3 Pro Edition 3.0.0.548, NUC i3

    HW: Stargate | NX8e | CAV6.6 | Squeezebox | PCS | WGL 800RF | RFXCOM | Vantage Pro | Green-Eye | Edgeport/8 | Way2Call | Ecobee3 | EtherRain | Ubiquiti

    Comment


      #3
      You may want to try this:
      <voice required="name = Microsoft Zira Desktop"><silence msec='500'/> Alarm System Arming in 30 seconds <silence msec='500'/>
      Visit zee e-maison : http://www.e-maison.com

      Comment


        #4
        That's what I was looking for. Thanks guys.

        Comment

        Working...
        X