Skip to content

Commit 12c64f3

Browse files
committed
update README
1 parent 6b1b6d7 commit 12c64f3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)