..:: PCSX2 Forums ::..

Full Version: Adjusting SPU2 past 15ms
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey guys I'm trying to play Amplitude and I'm having issues with the calibration. I've almost got it close, if I could just set the SPU2 latency less than 15ms. I feel that if it is at 0ms, my calibration would be perfect. Is there a way around this? Thanks!

15 4670k
GTX 970
I don't know if SPU2-X will accept this but try changing the Latency= in the SPU2-X.ini when pcsx2 is not running
That won't work, there are saturation functions at the code so values lower than 15 will get clamped. you need to compile PCSX2 with the following variable initialized to 0 to have latency as 0.

And the variable which is above it for modes other than TimeStretch.
(02-02-2016, 02:26 PM)ssakash Wrote: [ -> ]That won't work, there are saturation functions at the code so values lower than 15 will get clamped. you need to compile PCSX2 with the following variable initialized to 0 to have latency as 0.

And the variable which is above it for modes other than TimeStretch.

How do I compile it that way? I'm really confused.