You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Shouldn't it be math.ceil(...) in rhasspy-wake-raven/rhasspywake_raven/__init__.py instead of floor(...) (line 276)? Precision slightly improves after the change too.
The text was updated successfully, but these errors were encountered:
Shouldn't it be
math.ceil(...)
inrhasspy-wake-raven/rhasspywake_raven/__init__.py
instead offloor(...)
(line 276)? Precision slightly improves after the change too.The text was updated successfully, but these errors were encountered: