Amnesia: MFP - No sound - Printable Version +- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum) +-- Forum: Technical Support (https://www.frictionalgames.com/forum/forum-57.html) +--- Forum: Technical Support - Amnesia: A Machine for Pigs (https://www.frictionalgames.com/forum/forum-52.html) +---- Forum: Linux - AMFP (https://www.frictionalgames.com/forum/forum-53.html) +---- Thread: Amnesia: MFP - No sound (/thread-22840.html) Pages:
1
2
|
RE: Amnesia: MFP - No sound - jan1024188 - 09-11-2013 Any ideas? RE: Amnesia: MFP - No sound - Urkle - 09-11-2013 I'm looking into it.. One slight difference between TDD and Pigs is that I opted to NOT include my own libopenal.so in the game this time around.. So Pigs will only be using the system openal-soft (which is now standard on every distribution). As one thing I noted was that TDD has more devices in it than Pigs.. I'll have to sift through the code and check if anything changed in the handling of devices.. RE: Amnesia: MFP - No sound - jan1024188 - 09-11-2013 Thanks Urkle, I appreciate the effort. RE: Amnesia: MFP - No sound - jan1024188 - 09-12-2013 Hi, I'm happy to announce that I've got the sound to work, by disabling other devices and making DAC ALSA's only option, so when selecting 'ALSA Default device' in Game Launcher it uses that and it just works. RE: Amnesia: MFP - No sound - Bucic - 01-08-2014 (09-11-2013, 03:21 PM)Urkle Wrote: I'm looking into it.. One slight difference between TDD and Pigs is that I opted to NOT include my own libopenal.so in the game this time around.. So Pigs will only be using the system openal-soft (which is now standard on every distribution). As one thing I noted was that TDD has more devices in it than Pigs..I have problems with enabling OpenAL HRTF filters for AAMFP http://www.frictionalgames.com/forum/thread-24291.html and I've just stumbled upon your post. You say the game should use openal shiping with the system, but when I querry the process (Amnesia, Steam version) I get: Code: # cat /proc/2174/maps | grep -i openal RE: Amnesia: MFP - No sound - Urkle - 01-08-2014 That was changed later to include it as there were too many issues not including it. RE: Amnesia: MFP - No sound - Bucic - 01-08-2014 (01-08-2014, 11:03 PM)Urkle Wrote: That was changed later to include it as there were too many issues not including it.Could you please clarify whether these libs are "HRTF-enabled"? I'd rather avoid troubleshooting it for hours just to learn the libs shiping with AAMFP are the culprit. |