Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. dsp_enhance_stereo 0
  2. dsp_slow_cpu 1
  3. dsp_water 0 // Disable water muffling effect
  4. snd_async_fullyasync 1 // Play sounds independently of main engine work
  5. snd_pitchquality 0 // Tiny fps boost from lowering sound quality.
  6. //snd_pitchquality 1 // Higher quality sound.
  7. //snd_spatialize_roundrobin 1
  8. snd_spatialize_roundrobin 0 // 1 adds a two frame delay to spatialization, not very good for competitive players
  9. snd_mixahead .11 // Delay in sound from weapons below .05 has been known to be unstable
  10. snd_delay_sound_shift 0.1 // Allow for better synced sounds on slow CPUs
  11. phonemedelay 0.275 // Delay phonemes
  12. snd_async_minsize 262144 // Wait longer for sounds
  13. snd_mix_async 0 // Disable async mixing on CPUs with less than 4 cores
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement