SDL icon indicating copy to clipboard operation
SDL copied to clipboard

Missing Docs regarding audio sample channel layout

Open Green-Sky opened this issue 9 months ago • 0 comments

I spend quiet some time scouring through the wiki and headers, trying to figure out whether SDL interleaves channels or not. In the end I looked at the source and yes, it does. https://github.com/libsdl-org/SDL/blob/0df12d223c322a508aa72a781be4e80f58538f70/src/audio/SDL_audio_channel_converters.h#L36-L40

This should really be documented somewhere.

Green-Sky avatar Apr 27 '24 19:04 Green-Sky