dasp
dasp copied to clipboard
The fundamentals for Digital Audio Signal Processing. Formerly `sample`.
There are several TODOs about this, referencing the fact that we can't make a global `no_std` feature because `dasp_graph` is not `no_std`. This is because `petgraph` did not use to...
Original issue was actually intended behavior, though very unintuitive. I have added a re-export of `petgraph` to make sure the user is using the same version as the one in...
This PR replaces truncating casts with proper rounding in float-to-integer sample conversions to eliminate systematic bias and nonlinear distortion. ## Problem The current implementation uses truncating casts (e.g. `as i16`),...
My use case description got a little lengthy, so I'm putting the question here before I get into it. Would it be okay to do either of these for the...