Skip to content

Commit a229e36

Browse files
Rewrite playback buffer setting descriptions
They were not written well lol (sorry sonicfind)
1 parent 08fc7ca commit a229e36

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Assets/StreamingAssets/lang/en-US.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -749,13 +749,13 @@
749749
"Name": "DMX Keys",
750750
"Description": "This channel gets additively set to the current key notes: Green (2), Red (4), Yellow (8), Blue (16), Orange (32)."
751751
},
752+
"EnablePlaybackBuffer": {
753+
"Name": "Use Audio Playback Buffer",
754+
"Description": "Buffers audio data by decoding ahead-of-time in chunks. Improves audio stability on low-performance devices, at the cost of added latency on sound effects."
755+
},
752756
"PlaybackBufferLength": {
753757
"Name": "Playback Buffer Length",
754-
"Description": "Larger values lower the chance for hearing cracks during stutters, but produce higher latency for special effects"
755-
},
756-
"EnablePlaybackBuffer": {
757-
"Name": "Enables/Disables usage of the playback buffer",
758-
"Description": "Decodes audio data ahead of time in chunks"
758+
"Description": "The size of the playback buffer, in milliseconds. Larger buffers provide more stability, but further increase the latency of sound effects."
759759
},
760760
"ShowTime": {
761761
"Name": "Show Time",

0 commit comments

Comments
 (0)