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, like
fortune | wc
Apparently, the speech dispatcher commands treat the piped input different from the ordinary arguments. I would like to fix this and understand what is going on.
Asked by Rainer Glüge
(113 rep)
Jan 2, 2021, 09:03 PM
Last activity: Jan 2, 2021, 09:51 PM
Last activity: Jan 2, 2021, 09:51 PM