File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,11 @@ engi (演技) is a multi-platform 2D game library for Go, forked from [ENGi v0.6
2020
2121## Audio
2222
23- ` Sounds ` are loaded entirely in to memory, designed for sound effects. Files ending with ` .flac ` , and ` .wav ` will be loaded as Sounds.
23+ ` SFX ` are loaded entirely in to memory, designed for sound effects. Files ending with ` .flac-sfx ` , and ` .wav ` will be loaded as Sounds.
2424
25- ` Streams ` are streamed, designed for background music. Files ending with ` .flac-s ` . This system is pretty dumb/hacky so I will fix it eventually.
25+ ` Streams ` are streamed, designed for background music. Files ending with ` .flac ` .
26+
27+ The ` Sound ` interface abstracts around both of these. This system is pretty dumb/hacky so I may fix it eventually.
2628
2729
2830## Desktop
You can’t perform that action at this time.
0 commit comments