Browse Source

Clarified sound settings.

Mikael Säker 8 năm trước cách đây
mục cha
commit
d570f933fb
1 tập tin đã thay đổi với 4 bổ sung4 xóa
  1. 4 4
      docs/en/manuals/project-settings.md

+ 4 - 4
docs/en/manuals/project-settings.md

@@ -225,16 +225,16 @@ gain
 : Global gain (volume), `0`--`1`, The value is `1` by default.
 
 max_sound_data
-: Max number of different sounds, `128` by default.
+: Max number of sound resources, i.e the number of unique sound files at runtime, `128` by default.
 
 max_sound_buffers
-: Max number of concurrent sound buffers, `32` by default.
+: (Currently not used) Max number of concurrent sound buffers, `32` by default.
 
 max_sound_sources
-: Max number of concurrently playing sounds, `16` by default.
+: (Currently not used) Max number of concurrently playing sounds, `16` by default.
 
 max_sound_instances
-: Max number of concurrent sound instances, `256` by default.
+: Max number of concurrent sound instances, i.e. actual sounds played at the same time. `256` by default.
 
 ## Sprite