#linux #accessibility question: How the heck do I actually use `espeakup`? I have it running as a system service but I'm not sure how to make it do anything. e.g. I don't hear anything when it starts and my terminals aren't reacting any different. The man page is very sparse without any guide on how I'm supposed to actually use it.
bscross32
in reply to Mauve ππ • • •eSpeakup is the bridge between Speakup and eSpeak. If you don't have one or the other, nothing will happen when you log in via shell or drop to shell. Also, it's been a while, but I think it only works on eSpeak, not eSpeakNG.
As an alternative, you might try Fenrir, which is an entire shell screen reader written in Python.
Mauve ππ
in reply to bscross32 • • •@bscross32 TY! It seems arch linux doesn't have "speakup" in their package manager. Must have misunderstood something somewhere.
I still haven't had luck getting fenrir to work. Could it be due to me using wayland as the "top level" window manager instead of the default linux terminal emulator? π It starts, and it seems to capture Fenrir+H, but it's not reading my terminals.
bscross32
in reply to Mauve ππ • • •Mauve ππ
in reply to bscross32 • • •Elijah Massey
in reply to Mauve ππ • • •Peter Vágner likes this.
Mauve ππ
in reply to Elijah Massey • • •Elijah Massey
in reply to Mauve ππ • • •Quin
in reply to Elijah Massey • • •Johann reshared this.
Elijah Massey
in reply to Quin • • •Peter VΓ‘gner
in reply to Elijah Massey • •With pipewire it's possible to configure your user specific daemon to expose a pulse server running either on an unix socket or on loopback address and then root instance of espeakup or speechdup can be instructed to speak through that server. That's essentially allowing the same thing i.e. user graphic session and virtual tty audio playing at the same time.
And also it does not matter if running under X or wayland, audio device sharing between users is the issue I would say.
There is a discussion with some tips on how to achieve this with pipewire here in the @Arch Linux forum bbs.archlinux.org/viewtopic.phβ¦
Elijah Massey
in reply to Mauve ππ • • •GitHub - williamh/speechd-up: interface between Speech Dispatcher and Speakup
GitHubJames Scholes
in reply to Mauve ππ • • •Khronos
in reply to Mauve ππ • • •