DaFuqs / Spectrum

A full-feature minecraft mod about harnessing the powers of color
Other
95 stars 51 forks source link

[Feature] Set the sounds to stream: true #403

Closed JordanPlayz158 closed 1 month ago

JordanPlayz158 commented 1 month ago

I notice that the 18MB of sounds don't have the stream: true flag but it is undefined/unset which sets stream to false which means all of those are loaded into memory, I know it is not a lot of memory usage but it would be nice to set stream to true when appropriate like I notice a 4 minute ogg that is 3.2MB which can probably be streamed from disk without issue.

DaFuqs commented 1 month ago

Very much true, I will add those flags. Ty!

JordanPlayz158 commented 1 month ago

Thank you so much and thanks for making and maintaining the mod <3

DaFuqs commented 1 month ago

done