OpenLara icon indicating copy to clipboard operation
OpenLara copied to clipboard

No audio in Linux

Open Leebre opened this issue 3 years ago • 3 comments

Hi, I am trying to use OpenLara to play TR1 (GOG version) in Linux. Everything seems to be working fine, except I have no audio. I'm not 100% sure if I have the audio files in the correct place.

Also, I don't use Pulseaudio on my system, I use Alsa direct (in case that might be part of the issue).

Leebre avatar Aug 12 '22 00:08 Leebre

Hi, linux build uses the pulseaudio, but you can take Alsa output implementation code from src/rpi/main.cpp

XProger avatar Aug 12 '22 18:08 XProger

@XProger ok, I will give that a try. Thanks for the quick reply :-)

Leebre avatar Aug 13 '22 01:08 Leebre

There's also an apulse shim that pretends to be a pulseaudio server and reroutes to alsa. Your distro might have apulse.

clort81 avatar Aug 21 '22 09:08 clort81