Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor dsputils.rs to operate on generic floats #20

Open
itdaniher opened this issue Feb 15, 2014 · 1 comment
Open

refactor dsputils.rs to operate on generic floats #20

itdaniher opened this issue Feb 15, 2014 · 1 comment
Milestone

Comments

@itdaniher
Copy link
Member

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.

@itdaniher itdaniher added this to the CPR 2.0 milestone Feb 16, 2014
@itdaniher
Copy link
Member Author

I'm not entirely sure this is doable, at this juncture. Constants suck.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant