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
Hardcoding f32 / f64 really hurts the usability of a DSP library. It'd be a bit of work to refactor all the filter primitives to operate on generic floats, but not the end of the world, and probably a huge value add.
The text was updated successfully, but these errors were encountered:
Hardcoding f32 / f64 really hurts the usability of a DSP library. It'd be a bit of work to refactor all the filter primitives to operate on generic floats, but not the end of the world, and probably a huge value add.
The text was updated successfully, but these errors were encountered: