Skip to content

Commit

Permalink
Rewrite playback buffer setting descriptions
Browse files Browse the repository at this point in the history
They were not written well lol (sorry sonicfind)
  • Loading branch information
TheNathannator committed Jul 23, 2024
1 parent 08fc7ca commit a229e36
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Assets/StreamingAssets/lang/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -749,13 +749,13 @@
"Name": "DMX Keys",
"Description": "This channel gets additively set to the current key notes: Green (2), Red (4), Yellow (8), Blue (16), Orange (32)."
},
"EnablePlaybackBuffer": {
"Name": "Use Audio Playback Buffer",
"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."
},
"PlaybackBufferLength": {
"Name": "Playback Buffer Length",
"Description": "Larger values lower the chance for hearing cracks during stutters, but produce higher latency for special effects"
},
"EnablePlaybackBuffer": {
"Name": "Enables/Disables usage of the playback buffer",
"Description": "Decodes audio data ahead of time in chunks"
"Description": "The size of the playback buffer, in milliseconds. Larger buffers provide more stability, but further increase the latency of sound effects."
},
"ShowTime": {
"Name": "Show Time",
Expand Down

0 comments on commit a229e36

Please sign in to comment.