mitchmindtree

Results 396 comments of mitchmindtree

Thanks for the issue @mitchhentges and thanks so much for the kind words! From memory, the primary reason for using `f64` is that the rounding error in `f32` is very...

Some related discussion back in #175.

I believe it is necessary for the compiler in order to allow the callback to be `move`d into the inner closure which gets run on a separate thread by portaudio....

Once again, great stuff @linclelinkpart5 - thanks for the PR! I wonder if we should allow for alternatives to the `BiQuad` filter to be used too? Then again, we might...

Certainly interested, thanks for the PR! Let me know when the examples are in and you'd like me to take a closer look :+1:

Looks fine to add to me! @andrewcsmith I don't think this is a breaking change as I don't think a user can implement `Interpolator` for `&'a mut T` (or any...

Ahh, looks like this [is legitimately failing to compile](https://travis-ci.org/RustAudio/sample/jobs/404699481#L463-L475) in the `--no-default-features` build.

Thanks a lot for the issue @sebastianpfluegelmeier! This should currently be supported, however it's a bit of a pain to use atm as it simply means the `audio_requested` method gets...

> Maybe with the Id as an Enum if we want to make it perfectly safe. If we want to build it on top of the current implementation without chanigng...