You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I noticed that 304cbf9 has disabled wasapi because of wine. I think wine users could set SDL_AUDIODRIVER to directsound to fix this, there is no need to completely disable wasapi in tasks/sdl2.py.
And although popping sounds have been fixed in config.fadeout_audio, according to libsdl-org/SDL#3001 using the SDL WASAPI driver is the recommended method to avoid this problem on Windows.
Can WASAPI be enabled again?
The text was updated successfully, but these errors were encountered:
@renpytom Any news? I've been testing for a week and I haven't experienced any problems. On my Windows 10, Ren'Py will use wasapi by default, it works better than directsound by setting environment SDL_AUDIODRIVER to directsound.
Also, the resampling problem of SDL2's wasapi audio driver appeared since 2.0.22, see libsdl-org/SDL#5538 and basically fixed in 2.26.0, since Ren'Py uses SDL 2.0.20, wasapi should work fine in Ren'Py.
Hi, I noticed that 304cbf9 has disabled wasapi because of wine. I think wine users could set
SDL_AUDIODRIVER
todirectsound
to fix this, there is no need to completely disable wasapi intasks/sdl2.py
.And although popping sounds have been fixed in
config.fadeout_audio
, according to libsdl-org/SDL#3001 using the SDL WASAPI driver is the recommended method to avoid this problem on Windows.Can WASAPI be enabled again?
The text was updated successfully, but these errors were encountered: