Skip to content

Commit 7948de1

Browse files
committed
Added settings to project-settings.md
1 parent eb3af0f commit 7948de1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/en/manuals/project-settings.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,17 @@ Max number of concurrent sound instances, i.e. actual sounds played at the same
307307
#### Use Thread
308308
If checked, the sound system will use threads for sound playback to reduce risk of stutter when the main thread is under heavy load. Checked by default.
309309

310+
#### Stream Enabled
311+
If checked, the sound system will use streaming to load source files.
312+
313+
#### Stream Cache Size
314+
The max size of the sound chunk cache containing _all_ chunks. `2097152` bytes by default.
315+
This number should be larger than the number of loaded sound files times the stream chunk size.
316+
Otherwise, you risk evicting new chunks each frame.
317+
318+
#### Stream Chunk Size
319+
The size of each streamed chunk. `16384` bytes by default.
320+
310321
---
311322

312323
### Sprite

0 commit comments

Comments
 (0)