Rename Zero-Order Hold to Nearest
commit732dee5375b2b2debf30ed81eb52c3cc058499fc
authorChris Robinson <chris.kcat@gmail.com>
Wed, 3 May 2017 10:34:44 +0000 (3 03:34 -0700)
committerChris Robinson <chris.kcat@gmail.com>
Wed, 3 May 2017 10:34:44 +0000 (3 03:34 -0700)
tree54d3715a756dddc24fb0863ccc7923fe34b84642
parent444e9563b357b4e2af0d428afac9f87596aba9a6
Rename Zero-Order Hold to Nearest

A bit of a misnomer now since "Nearest" implies rounding (i.e. when the sample
offset is >= .5, it should pick the next sample being closer in time), but that
adds unnecessary complications.
OpenAL32/alState.c