Correct the bsinc filter order
commit9fd3e5f52933de4c413784d04cc6196cd18b116e
authorChris Robinson <chris.kcat@gmail.com>
Thu, 17 Aug 2017 12:18:46 +0000 (17 05:18 -0700)
committerChris Robinson <chris.kcat@gmail.com>
Thu, 17 Aug 2017 12:51:18 +0000 (17 05:51 -0700)
treefb65a8ac7558028070cd64f42b16328f83bf3181
parente0408d8edfb0a5804d4ef9bd3e805d08d62d9266
Correct the bsinc filter order

Despite the claim that it was an 11th order filter, the transition width was
generated by specifying 12th order. A 12th order filter would need 14 sample
points rather than the 12 it had.
Alc/bsinc_inc.c
utils/bsincgen.c