ref: 3b9c8b433a68777af5f8c758779a818019c0085a
parent: 676b4b1bbf6294b6539793d0a44385cc08dff8f6
author: robs <robs>
date: Mon Apr 13 17:17:21 EDT 2009
calibrate
--- a/src/dither.c
+++ b/src/dither.c
@@ -121,10 +121,10 @@
{48000, iir, 4, 220, ges48, Shape_gesemann}, {44100, iir, 4, 230, ges44, Shape_gesemann}, {48000, fir, 16, 300, shi48, Shape_shibata},- {44100, fir, 20, 332, shi44, Shape_shibata},+ {44100, fir, 20, 333, shi44, Shape_shibata}, {37800, fir, 16, 240, shi38, Shape_shibata}, {48000, fir, 16, 250, shl48, Shape_low_shibata},- {44100, fir, 15, 247, shl44, Shape_low_shibata},+ {44100, fir, 15, 249, shl44, Shape_low_shibata}, {44100, fir, 20, 383, shh44, Shape_high_shibata}, { 0, fir, 0, 0, NULL, Shape_none},};
--
⑨