Skip to content

Commit 44f237f

Browse files
committed
one sin cos coeff every cent
1 parent d42a6aa commit 44f237f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rvoice/fluid_iir_filter.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ struct sincos_t
3636

3737
enum
3838
{
39-
CENTS_STEP = 10 /* cents */,
39+
CENTS_STEP = 1 /* cents */,
4040
SINCOS_TAB_SIZE = ((13500 /* upper fc in cents */ - 1500 /* lower fc in cents */) / CENTS_STEP) + 1 /* add one because asking for 13500 cents must yield a valid coefficient */,
4141
};
4242

0 commit comments

Comments
 (0)