Sam Lantinga

Results 1875 comments of Sam Lantinga

Definitely not in 2.28.x, but 2.30.0 sounds good.

> Ok, so thinking about this more, the problem is that SDL_AudioStream doesn't let you change output formats once you create it, but that's because we convert data as it...

The original reason why we converted on input was because on some devices when the audio interrupt fired, we didn't have enough time to do on the fly conversion of...

This isn't a permission request thing, this is just iOS not allowing you to access audio from the background unless you're specifically entitled as a background music player.

Does it work with testgamecontroller/testgamepad from the SDL test programs?

SDL/test/testgamecontroller.c

SDL 2.0 is now in maintenance mode, and all inactive issues are being closed. If this issue is impacting you, please feel free to reopen it with additional information.

@madebr, has this been done to your satisfaction for SDL 3.0?

> Is there a reason, the list of symbols that must be checked for availability by libc is different for Windows and other platforms? > Windows: > https://github.com/libsdl-org/SDL/blob/4f58445f0389ca1a2a7d4bb03248007484038df1/CMakeLists.txt#L1101 > other:...