f1nalspace / final_game_tech

Game related libraries written in C/C++ written by T. Spaete
MIT License
175 stars 10 forks source link

Support for planar audio samples #154

Open f1nalspace opened 1 year ago

f1nalspace commented 1 year ago

Currently FPL only supports interleaved audio samples for one buffer only. Please add support for planar audio samples using a buffer for each channel.