Modify NumUpdates for different sample rates instead of UpdateSize
commitf775f2537920ef0031926872c57332e99c048f63
authorChris Robinson <chris.kcat@gmail.com>
Fri, 5 Aug 2016 04:06:00 +0000 (4 21:06 -0700)
committerChris Robinson <chris.kcat@gmail.com>
Fri, 5 Aug 2016 04:19:04 +0000 (4 21:19 -0700)
tree6831809736f307fcdd35d679125198722b176735
parent232293792dad120da91f62b92ea270a58e065a91
Modify NumUpdates for different sample rates instead of UpdateSize

Not that this really changes anything since the CoreAudio backend doesn't honor
the ALCdevice's buffer metrics, nor accurately report the device's actual
metrics. But it clears up warnings from a non-multiple-of-four update size if
the sample rate causes it to change.
Alc/backends/coreaudio.c