View Single Post
Old 10-30-2018, 02:25 AM   #18
Tale
Human being with feelings
 
Tale's Avatar
 
Join Date: Jul 2008
Location: The Netherlands
Posts: 3,646
Default

Quote:
Originally Posted by hannesmenzel View Post
By the way, on compiling I get an assert error concerning this one in besselfilter.h:
Code:
assert(alpha >= 1e-37 && alpha < 0.5);
That is because you can't do mAntiAliasL.Calc(0.5 / (double)mOversampling) when mOversampling <= 1, so you should handle mOversampling == 1 differently.
Tale is offline   Reply With Quote