Festival no Orca?

4

Eu tentei instalar o Festival do Synaptic para usá-lo com o Orca, mas ele não apareceu na lista de sintetizadores de voz do Orca.

Eu instalei os seguintes pacotes:

  • festival
  • festival-freebsoft-utils
  • festival do expedidor de fala
  • festlex-oald
  • festlex-cmu
  • festvox-kallpc16k
  • festvox-kdlpc16k
  • festlex-poslex
  • festvox-don
  • festvox-ellpc11k
por spayk 05.11.2010 / 02:34

2 respostas

3

Para todas as aparências, você deve ter os aplicativos necessários para que o festival trabalhe com orca. Você entrou nas Preferências do Orca, na guia Fala e alterou o "Sistema de Fala" para "Serviços de Fala do GNOME"? Depois disso, você pode alterar o "sintetizador de fala" para Festival.

    
por charlie-tca 05.11.2010 / 17:52
-2

tente meu script;)

#!/bin/bash

#       Copyright Paolo Rotolo <[email protected]>
#       
#       This program is free software; you can redistribute it and/or modify
#       it under the terms of the GNU General Public License as published by
#       the Free Software Foundation; either version 2 of the License, or
#       (at your option) any later version.
#       
#       This program is distributed in the hope that it will be useful,
#       but WITHOUT ANY WARRANTY; without even the implied warranty of
#       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#       GNU General Public License for more details.
#       


sudo apt-get install festival
sudo apt-get install festvox-italp16k
sudo apt-get install festvox-itapc16k

echo "(set! main-path "/usr/share/festival")
(set! load-path (cons main-path load-path))(set! load-path (cons main-path load-path))" >> .festivalvarsr

echo "(set! main-path "/usr/share/festival")(set! libdir main-path)(set! lexdir (path-append libdir "dicts"))(set! voice_default 'voice_lp_diphone)" >> .festivalrc

sudo apt-get install gnome-speech-swift

espeak -v it -s 150 "Complimenti. Avete installato Festival sul vostro pc. La voce che sentite non è di festival. Per attivarlo andate nelle preferenze di orca e alla voce, sistema di sintesi vocale, selezionate Servizi sintesi vocale di GNOME. Alla voce, Sintetizzatore di sintesi vocale, selezionate Festival GNOME Speech Driver. Alla voce impostazioni della voce, selezionate Predefinita. Infìne, alla voce, persona, selezionate pc_diphone, se volete la voce maschile, oppure lp_diphone, se volete la voce femminile.
Orca verrà avviato automaticamente."

orca
    
por Paolo Rotolo 12.06.2011 / 22:30