Questions tagged [spd-say]

Related tags

Related sites

2 questions
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()…
0
votes
1 answer

How to pipe text output to speech dispatcher?

I am not getting the command pipe to work for say and spd-say. Specifically, I want to pipe the output of fortune to spd-say, which seems more advanced than say. I tried the usual pipe construction fortune | spd-say Other commands do work,…