Questions tagged [speech-dispatcher]

common interface to speech synthesis with backends for eSpeak, Festival, and a few other speech synthesizers

4 questions
3
votes
1 answer

Speech Dispatcher failing to start on Arch Linux

I use pulseaudio on my system. I have installed the tts applications espeak and flite. Both of which work perfectly when called from the commandline, but fail to work when called via spd-say. I need them to work via spd-say, because I want to…
3
votes
1 answer

How to set options of commands called by browser?

Presently when Speech Synthesis Markup Language (SSML) is set as at text property of SpeechSynthesisUtterance instance at Chromium or Firefox web browsers the SSML is not parsed at *nix as reflected at audio output of speechSynthesis.speak()…
2
votes
0 answers

Using mbrola voices with festival from the command-line

I installed apt install festival #Version: 1:2.5.0-5 and apt install mbrola-de{1..7} #Version: 3.3+dfsg-4 How can I make use of this German mbrola voices in festival?
nath
  • 5,430
  • 9
  • 45
  • 87
2
votes
2 answers

speech-dispatcher voice configuration problems with festival

I finally got Festival working with the US HTS voices: cmu_us_awb_cg, cmu_us_jmk_cg, cmu_us_slt_cg, cmu_us_bdl_cg, cmu_us_clb_cg, cmu_us_rms_cg. I manually configured festival.scm to use bdl voice: (set! voice_default 'voice_cmu_us_bdl_cg) It's…
Oak_3260548
  • 121
  • 5