latebit / latebit-engine

Pixel based game engine integrated in your IDE
3 stars 0 forks source link

Allow streaming music #48

Open shikaan opened 6 months ago

shikaan commented 6 months ago

Since we switched to the proprietary format for music, both sound effects and music are all loaded in memory before getting executed.

This means that the music, to be played will sit all in memory instead of being streamed. With large music, this can become a problem.