Skip to content

Commit

Permalink
xrSound: increase prefill sound buffers count to 5
Browse files Browse the repository at this point in the history
Reduces the chance of sound stall, reduces the chance of waiting for
sound to load
  • Loading branch information
Xottab-DUTY committed Mar 12, 2024
1 parent 16d67ca commit 78ad33e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xrSound/SoundRender.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class CSoundRender_Target;
class CSoundRender_Environment;
class SoundEnvironment_LIB;

const u32 sdef_target_count = 3; //
const u32 sdef_target_count = 5; //
const u32 sdef_target_block = 400; // ms
const u32 sdef_target_size = sdef_target_count * sdef_target_block; // ms
const u32 sdef_env_version = 4; // current version of env-def
Expand Down

0 comments on commit 78ad33e

Please sign in to comment.