Skip to Content.
Sympa Menu

emacspeak - Re: [Emacspeak] Pipewire v 1.0.2 broken

Subject: Emacspeak discussion list

List archive

Re: [Emacspeak] Pipewire v 1.0.2 broken


Chronological Thread 
  • From: Tim Cross <theophilusx AT gmail.com>
  • To: "T.V Raman" <raman AT google.com>
  • Cc: "Tim Cross" (via emacspeak Mailing List) <emacspeak AT emacspeak.net>
  • Subject: Re: [Emacspeak] Pipewire v 1.0.2 broken
  • Date: Tue, 06 Feb 2024 08:19:06 +1100


Hi Raman,

the software dectalk server doe snot link directly to alsa. There is no
line in the Makefile for -lasound.

However, the server does link against the dectalk shared library
tts_us.so, which is linked against asound.so.

Looking at the output from configure for the dectalk software, it looks
like the dectalk can link against pulse, but as I didn't have the
pulseaudio-libs-devel package installed, it linked against alsa.

I've now installed pulseaudio-libs-devel and rebuilt the dectalk
package and it now works.

So the trick seems to be you must ensure you have the
pulseaudio-libs-devel pacakge installed. Without it, the dectalk softare
will fall back to linking against alsa. As I think voxin ensure alsa
devel libs are installed in order to support outloud, it is likely many
people have dectalk linked against alsa rather than pulse as there are
no other obvious dirvers to install the pulse development files.


"T.V Raman" <raman AT google.com> writes:

> Hi Tim,
>
> I just reconfirmed that the software-dtk server in emacspeak does not
> make any alsa calls. Could you try rebuilding that library in
> servers/software-dtk after removing the line in the Makefile where it
> links against the asound library?
>
> Would be good to know if that works.



Archive powered by MHonArc 2.6.19+.

Top of Page