summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/Src/ControllerInterface/ExpressionParser.cpp
diff options
context:
space:
mode:
authordegasus <wickmarkus@web.de>2013-07-11 21:22:38 +0200
committerdegasus <wickmarkus@web.de>2013-07-11 21:22:38 +0200
commita1822a3acaf112dd37ed98818acdc0bc5014caba (patch)
treeaa748041aa1508689c91883fc108c33e5134184e /Source/Core/InputCommon/Src/ControllerInterface/ExpressionParser.cpp
parent95d4dc92c1fecb18fd07cac2e1bd486bb608e532 (diff)
fix AudioCommon::Mixer Buffer indices
This fix the 1h32 audio bug which outputs static sound after 1h32. The mixer is used for 32->48kHz resampling and as output buffer for the async audio backends. So this buffer was indiced by a writing and a reading pointer and the count of samples in it. As this is redundant and the sample count isn't accurate calculateable because of the interpolation, both indices gets out of sync. So after some time (~92min), this buffer overflows and return only garbage. thx @ moosehunter + delroth for debugging on this issue. You did the most work :-)
Diffstat (limited to 'Source/Core/InputCommon/Src/ControllerInterface/ExpressionParser.cpp')
0 files changed, 0 insertions, 0 deletions