I am on Fedora and it seems that the issue was related to pipewire.
Switching to pulseaudio with these instructions
https://github.com/tvraman/emacspeak/issues/57 fixed the issue.
Best,
Narendra
On Sun, 17 Oct 2021, 20:17 Tim Cross via Emacspeak, <emacspeak(a)emacspeak.org>
wrote:
Narendra Joshi via Emacspeak <emacspeak(a)emacspeak.org> writes:
> "T.V Raman via Emacspeak" <emacspeak(a)emacspeak.org> writes:
>
>> Build the espeak speech-server for emacspeak,
>> then run it from shell and see what happens.
>
> I am experiencing the same problem. I have build the espeak server from
> the emacspeak sources. When I test the server with:
>
> ./servers/espeak
> % q {Sample input text}
>
> I get no audio output. There is no errors either. What should I try
next?
>
Note that you have to also tell the server to speak the text. When you
do
% q {Sample input text}
you have put the text into the queue to be spoken, but you have not told
it to actually speak the text. to do that, you have to follow that
command with 'd' e.g.
% q {Sample input text}
% d
_______________________________________________
Emacspeak mailing list -- emacspeak(a)emacspeak.org
To unsubscribe send an email to emacspeak-leave(a)emacspeak.org