adventuregerma.blogg.se

Pico tts voices
Pico tts voices















Uncomment the module of the new TTS voice that we installed ( /etc/speech-dispatcher/nf). I believe that the procedure to make new voices work in Firefox will be always the same: Now it's done!! After rebooting the system Firefox and spd-say will be using the festival voice as output. We can do that by adding the following line at the end of the file that's open when we use the command sudo crontab -e: /usr/bin/festival -server We need to run festival as a server in order to make speech-dispatcher use it as default.

  • Uncomment the line AddModule "festival" "sd_festival" "nf".
  • # must use one of the names of the modules loaded with AddModule. # The DefaultModule selects which output module is the default. # communication with output modules can be tested easily. # outputs the requested commands to standard output and reads # The output module testing doesn't actually connect to anything. # that is only used when no other modules are in use # a specific reason - this is the fallback output module # DO NOT REMOVE the following line unless you have #AddModule "pico-generic" "sd_generic" "nf" #AddModule "dtk-generic" "sd_generic" "nf" #AddModule "epos-generic" "sd_generic" "nf" #AddModule "swift-generic" "sd_generic" "nf" #AddModule "espeak-mbrola-generic" "sd_generic" "nf" #AddModule "espeak-generic" "sd_generic" "nf" So we type sudo vi /etc/speech-dispatcher/nf on the terminal and around the line 205 we'll see the following piece of commented configurations: #AddModule "espeak" "sd_espeak" "nf"ĪddModule "festival" "sd_festival" "nf" We can test its voice in the command line by typing: echo "Hello.

    PICO TTS VOICES INSTALL

    First, we need to install festival: sudo apt-get install festival speech-dispatcher-festival I'm going to describe the process of making it work with the festival voice, but I believe the procedure is the same if you want to run a different TTS voice. So, what we need to do here is to change the voice that comes as output in the spd-say command and, once we do that, Firefox is going to use a different TTS voice as default as well. And well, Firefox does the same, it uses whatever voice is configured in speech-dispatcher as output to read web pages in the reader view mode ( Ctrl+Alt+R). That happens because spd-say is just using espeak voices as output. So we hear exactly the same voice when we use this other command: espeak "Hello. On Ubuntu, the default Texto To Speech (TTS) voice that comes with speech-dispatcher is espeak. We can always see what voice is the default one used by speech-dispatcher using the command spd-say: spd-say "Hello. But first, I need to explain the basic idea of how it works.

    pico tts voices

    In order to do that, we need to change some configurations on the file /etc/speech-dispatcher/nf. I managed to use the festival voice as default on Firefox.















    Pico tts voices