Am 25.08.21 um 10:16 schrieb Takashi Iwai:
On Tue, 24 Aug 2021 14:20:42 +0200, Jan Engelhardt wrote:
On Monday 2021-08-23 21:09, Len Nordstrom wrote (via private):
The most recent version of SDL no longer seems to seems to be communicating with Pulse Audio. After updating to SDL 2.0.16 all my games that use SDL2 lost all sound.
SDL2 does strict checking of the module name, something it only did *very* loosely previously (commit 25f9ed87ff6947d9576fc9d79dee0784e638ac58).
The problem is in the pulseaudio RPM which:
/etc/profile.d/pulseaudio.sh:export SDL_AUDIODRIVER=pulse /etc/profile.d/pulseaudio.csh:setenv SDL_AUDIODRIVER pulse
A cursory play-around-a-bit tells me this should be "pulseaudio", not "pulse".
Aha, thanks for finding it out.
Can anyone confirm the theory, that replacing with "pulseaudio" fixes the issue, and open a Bugzilla entry?
thanks,
Takashi
https://wiki.libsdl.org/FAQUsingSDL#how_do_i_choose_a_specific_audio_driver