[Tiptoi] Multi-Language-Text-to-Speech

Joachim Breitner mail at joachim-breitner.de
So Feb 15 16:33:13 CET 2015


Hallo,

das tut jetzt, wie von Wolfgang vorgeschlagen:
        
        # This is an example source file for a TipToi file, showing the
        text-to-speech
        # feature
        
        # You write your yaml file as usual. Note that you can specify a
        default
        # language
        product-id: 900
        welcome: hello
        language: en
        scripts:
          8066:
          - $mode==1? P(hello)
          - $mode==2? P(bonjour)
          - $mode==3? P(hallo)
          8067:
          - $mode==1? P(good_bye)
          - $mode==2? P(aurevoir)
          - $mode==3? P(tschuess)
        
        # In order to use different languages in the speak section, put
        them in a list
        # (by using -) and add a language field to each of them.
        speak:
         - hello:    "Hello!"
           good_bye: "Good bye!"
         - language: de
           hallo:    "Hallo!"
           tschuess: "Tschüss!"
         - language: fr
           bonjour:  "Bon jour!"
           aurevoir: "Aur revoir!"
        

(Richtig, man kann ein Sample nicht mehr "language" nennen und
Text-to-Speech drauf loslassen...)

Außerdem hab ich mal eine Changelog-Datei angefangen:
https://github.com/entropia/tip-toi-reveng/blob/master/Changelog.md

Gruß,
Joachim
-- 
Joachim “nomeata” Breitner
  mail at joachim-breitner.dehttp://www.joachim-breitner.de/
  Jabber: nomeata at joachim-breitner.de  • GPG-Key: 0xF0FBF51F
  Debian Developer: nomeata at debian.org

-------------- nächster Teil --------------
Ein Dateianhang mit Binärdaten wurde abgetrennt...
Dateiname   : signature.asc
Dateityp    : application/pgp-signature
Dateigröße  : 819 bytes
Beschreibung: This is a digitally signed message part
URL         : <https://lists.nomeata.de/pipermail/tiptoi/attachments/20150215/f92b76c5/attachment.asc>


Mehr Informationen über die Mailingliste tiptoi