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
print(f"Failed to load audio: {sdl3.SDL_GetError().decode()}.")
42
+
return-1
34
43
35
44
else:
36
-
print(f"Failed to open audio device: {sdl3.SDL_GetAudioDeviceName(sdl3.SDL_AUDIO_DEVICE_DEFAULT_PLAYBACK).decode()}, error: {sdl3.SDL_GetError().decode()}.")
45
+
print(f"Failed to create mixer device: {sdl3.SDL_GetError().decode()}.")
0 commit comments