Sam Lantinga

Results 1875 comments of Sam Lantinga

What are the callstacks of the other threads in the application? In particular, it would be helpful to know what else already has the audio mutex locked.

That seems odd that the DRMP3 mixing process isn't releasing the lock. Can you verify that it actually completes in this case? Maybe the lock is taken somewhere else and...

Duplicate of https://github.com/libsdl-org/SDL_mixer/issues/518

Yes, that seems like a good idea. Feel free to submit a PR that implements this.

@1bsyl, can you rename the functions using "LCD" instead of "Lcd" and resolve the merge conflicts if you think this is still valuable?

I'm wondering now if instead of adding these APIs, we should expose the underlying FreeType library as an SDL3 property, so people can extend the font rendering however they like?

I wonder if we can simplify the API more by having properties for font shaping, etc.?

Okay, let's hold off merging while we consider this.

Could you link the GitHub issue you found? I'm not seeing it.

Duplicate of #362, which has better repro steps.