Konqueror: nenhum som com texto para fala

2

Ontem de manhã, quando eu tinha o Konqueror aberto e apontando para um arquivo de texto. Clicando em Ferramentas , em seguida, clicando no menu suspenso SPeak Text ; me deu uma voz muito rápida / apressada. Agora fazendo os mesmos resultados sem voz.

(Eu tenho um hit que isso pode ter algo a ver com "D-Bus".)

    
por Gary Kline 22.07.2013 / 03:39

1 resposta

0

Jovie - Daemon de texto em fala do KDE (baseado no KDE 4.10.5 - 'buntu 13.04)

O Jovie: link

O manual do Jovie on-line: link

Se o Jovie estiver instalado, você deverá ter o manual.

Se o Jovie estiver rodando, então a ação 'Fale o Texto' do Konqueror deve funcionar. Isto é - se o Speech Dispatcher está funcionando!

Se o Jovie não estiver rodando, então há uma mensagem de erro.

Para diagnosticar o Speech Dispatcher, inicie o spd-conf com a opção '-d':

:~$ spd-conf -help
Usage: spd-conf [options]
A simple dialog based tool for basic configuration of Speech Dispatcher
and problem diagnostics.

Options:
  -h, --help            show this help message and exit
  -s, --test-spd-say    Test connection to Speech Dispatcher using spd-say
  -d, --diagnostics     Diagnose problems with the current setup
  -e, --espeak          Use espeak to synthesize messages
  -u, --create-user-conf
                        Create Speech Dispatcher configuration for the given
                        user
  --test-espeak         Test whether Espeak works as a standalone binary
  -c, --config-basic-settings-user
                        Configure basic settings in user configuration
  -D, --debug           Debug a problem and generate a report
  --test-alsa           Test ALSA audio
  -C, --config-basic-settings-system
                        Configure basic settings in system-wide configuration
  --test-pulse          Test Pulse Audio
  -n, --dont-ask        Do not ask any questions, allways use default values
  --test-festival       Test whether Festival works as a server

O spd-conf faz parte do pacote: python3-speechd.

    
por user26687 23.07.2013 / 12:33