Re: speakup_dummy
Aaron Chantrill <[email protected]> Wed, 11 Feb 2026 19:58:21 -0500
| Newsgroups | gmane.linux.debian.devel.accessibility |
|---|---|
| Message-ID | <[email protected]> |
On 2/11/26 11:06, Samuel Thibault wrote: > Aaron Chantrill, le mer. 11 févr. 2026 11:01:50 -0500, a ecrit: >> On 2/10/26 16:56, Samuel Thibault wrote: >>> If you want to capture the speakup output, you can rather use the >>> speakup_soft module which is meant for that, and cat /dev/synth to get >>> the text. >>> >> Thank you for responding Samuel. Do you mean /dev/softsynth? When I do `cat >> /dev/synth` it just returns without any output. > Ah, sorry, yes. /dev/synth is the converse: giving text to the > synthesis. > > Samuel > Thank you so much Samuel. That is exactly what I was searching for.