Skip to content
  • Home
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Cloud Dienste
  4. Sayit und AWS Neural Voice und SSML

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    16
    1
    278

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    17
    1
    4.6k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.3k

Sayit und AWS Neural Voice und SSML

Scheduled Pinned Locked Moved Cloud Dienste
5 Posts 3 Posters 516 Views 3 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • David G.D Offline
    David G.D Offline
    David G.
    wrote on last edited by
    #1

    Hallo,

    weiß zufällig jemand, ob es möglich ist mit sayit die AWS Neural Voice und SSML zu nutzen?

    Ich habe es bisher nicht geschafft....

    Zeigt eure Lovelace-Visualisierung klick
    (Auch ideal um sich Anregungen zu holen)

    Meine Tabellen für eure Visualisierung klick

    crunchipC 1 Reply Last reply
    0
    • David G.D David G.

      Hallo,

      weiß zufällig jemand, ob es möglich ist mit sayit die AWS Neural Voice und SSML zu nutzen?

      Ich habe es bisher nicht geschafft....

      crunchipC Away
      crunchipC Away
      crunchip
      Forum Testing Most Active
      wrote on last edited by
      #2

      @david-g du kannst das verwenden, was in der Instanz zur Verfügung steht

      umgestiegen von Proxmox auf Unraid

      David G.D 1 Reply Last reply
      0
      • crunchipC crunchip

        @david-g du kannst das verwenden, was in der Instanz zur Verfügung steht

        David G.D Offline
        David G.D Offline
        David G.
        wrote on last edited by David G.
        #3

        @crunchip

        Das SSML habe ich ans laufen bekommen.
        Bezüglich der Neural Voice werde ich mal ein Feature request auf machen.

        Scheinbar muss dort Amazon vom Adapter "nur" ein andere engine vorgegeben werden bei der Anfrage bei AWS.

        Choosing the Voice Engine (CLI)
        
        To choose a voice engine (CLI)
        
        The engine parameter is optional, with two possible values: standard or Neural. Use this property when creating a SynthesisSynthesisTask operation.
        
        For example, you can use the following code to run the start-speech-synthesis-task AWS CLI command in the US West-2 (Oregon) region
        
        The following AWS CLI example is formatted for Unix, Linux, and macOS. For Windows, replace the backslash (\) Unix continuation character at the end of each line with a caret (^) and use full quotation marks (") around the input text with single quotes (') for interior tags.
        
        
        aws polly start-speech-synthesis-task \
          --engine neural
          --region us-west-2 \
          --endpoint-url "https://polly.us-west-1.amazonaws.com/" \
          --output-format mp3 \
          --output-s3-bucket-name your-bucket-name \
          --output-s3-key-prefix optional/prefix/path/file \
          --voice-id Joanna \
          --text file://text_file.txt
        
        

        Zeigt eure Lovelace-Visualisierung klick
        (Auch ideal um sich Anregungen zu holen)

        Meine Tabellen für eure Visualisierung klick

        C 1 Reply Last reply
        0
        • David G.D David G.

          @crunchip

          Das SSML habe ich ans laufen bekommen.
          Bezüglich der Neural Voice werde ich mal ein Feature request auf machen.

          Scheinbar muss dort Amazon vom Adapter "nur" ein andere engine vorgegeben werden bei der Anfrage bei AWS.

          Choosing the Voice Engine (CLI)
          
          To choose a voice engine (CLI)
          
          The engine parameter is optional, with two possible values: standard or Neural. Use this property when creating a SynthesisSynthesisTask operation.
          
          For example, you can use the following code to run the start-speech-synthesis-task AWS CLI command in the US West-2 (Oregon) region
          
          The following AWS CLI example is formatted for Unix, Linux, and macOS. For Windows, replace the backslash (\) Unix continuation character at the end of each line with a caret (^) and use full quotation marks (") around the input text with single quotes (') for interior tags.
          
          
          aws polly start-speech-synthesis-task \
            --engine neural
            --region us-west-2 \
            --endpoint-url "https://polly.us-west-1.amazonaws.com/" \
            --output-format mp3 \
            --output-s3-bucket-name your-bucket-name \
            --output-s3-key-prefix optional/prefix/path/file \
            --voice-id Joanna \
            --text file://text_file.txt
          
          
          C Offline
          C Offline
          chefffe
          wrote on last edited by
          #4

          @david-g

          Hab vor kurzem auch auf AWS Polly gewechselt und frage mich wie ich die Sprachgeschwindigkeit beeinflussen kann.

          Hat jemand ein Tip für mich, bzw wo finde ich diese aufgeführte config?

          David G.D 1 Reply Last reply
          0
          • C chefffe

            @david-g

            Hab vor kurzem auch auf AWS Polly gewechselt und frage mich wie ich die Sprachgeschwindigkeit beeinflussen kann.

            Hat jemand ein Tip für mich, bzw wo finde ich diese aufgeführte config?

            David G.D Offline
            David G.D Offline
            David G.
            wrote on last edited by David G.
            #5

            @chefffe

            Hier stehen denke die meisten Befehle.
            https://docs.aws.amazon.com/de_de/polly/latest/dg/supportedtags.html
            Die Geschwindigkeit habe ich noch nicht getestet.

            Bisher arbeite ich nur mit Pausen.
            zB

            <speak><break time="1s"/>Der Trockner ist fertig. </speak>
            

            EDIT:
            In der Polly Hilfe steht folgendes Beispiel:

            <speak>
                 In some cases, it might help your audience to <prosody rate="85%">slow 
                 the speaking rate slightly to aid in comprehension.</prosody>
            <speak
            

            EDIT 2:

            Das klappt bei mir. Habe immer eine Pause am Anfang, da die Bosebox den Ton einblendet.

            <speak><break time="1s"/>Hier spreche ich normal.<prosody rate="50%">Jetzt rede ich langsamer.</prosody></speak>
            

            sayit.0.tts.mp3

            Zeigt eure Lovelace-Visualisierung klick
            (Auch ideal um sich Anregungen zu holen)

            Meine Tabellen für eure Visualisierung klick

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            Support us

            ioBroker
            Community Adapters
            Donate
            FAQ Cloud / IOT
            HowTo: Node.js-Update
            HowTo: Backup/Restore
            Downloads
            BLOG

            253

            Online

            32.7k

            Users

            82.5k

            Topics

            1.3m

            Posts
            Community
            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
            ioBroker Community 2014-2025
            logo
            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Home
            • Recent
            • Tags
            • Unread 0
            • Categories
            • Unreplied
            • Popular
            • GitHub
            • Docu
            • Hilfe