Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Skripten / Logik
    4. [gelöst]Alexa soll Pause machen

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    [gelöst]Alexa soll Pause machen

    This topic has been deleted. Only users with topic management privileges can see it.
    • J
      jwedenig Most Active last edited by jwedenig

      Hi!
      Ich würde gerne, dass Alexa zwischen den Sätzen eine kleine Pause macht um natürlicher zu klingen.
      Versuche mit einzelnen Blöcken scheiterten und auch mit Timeout habe ich scheinbar was falsch gemacht, kann mir wer helfen?
      Danke

      Julian Tür.rtf
      Bildschirmfoto 2019-10-03 um 08.54.01.png

      dslraser 1 Reply Last reply Reply Quote 0
      • A
        Adnim last edited by

        Mit den ssml features

        break
        Represents a pause in the speech. Set the length of the pause with the strength or time attributes.

        Attribute Possible Values
        strength

        none: No pause should be outputted. This can be used to remove a pause that would normally occur (such as after a period).
        x-weak: No pause should be outputted (same as none).
        weak: Treat adjacent words as if separated by a single comma (equivalent to medium).
        medium: Treat adjacent words as if separated by a single comma.
        strong: Make a sentence break (equivalent to using the <s> tag).
        x-strong: Make a paragraph break (equivalent to using the <p> tag).
        time

        Duration of the pause; up to 10 seconds (10s) or 10000 milliseconds (10000ms). Include the unit with the time (s or ms).

        The default is medium. This is used if you don't specify any attributes, or if you provide any unsupported attribute values.

        <speak>
        There is a three second pause here <break time="3s"/>
        then the speech continues.
        </speak>
        emph

        1 Reply Last reply Reply Quote 0
        • J
          jwedenig Most Active last edited by

          super, danke

          1 Reply Last reply Reply Quote 0
          • dslraser
            dslraser Forum Testing Most Active @jwedenig last edited by dslraser

            @jwedenig
            mit speak setzt Du einfach ein Komma, da wo eine kurze Pause gewünscht ist.
            (Die Temperatur beträgt jetzt, )(hinter dem Komma ein Leerzeichen)

            ssml hat da mehr Möglichkeiten.

            1 Reply Last reply Reply Quote 0
            • First post
              Last post

            Support us

            ioBroker
            Community Adapters
            Donate

            552
            Online

            31.8k
            Users

            79.9k
            Topics

            1.3m
            Posts

            blockly
            3
            4
            1042
            Loading More Posts
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes
            Reply
            • Reply as topic
            Log in to reply
            Community
            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
            The ioBroker Community 2014-2023
            logo