Henrik Enquist

Results 306 comments of Henrik Enquist

I was thinking of just bumping the versions to 1.0 and releasing without any other changes. This makes it clear that these crates are indeed stable and mature, and I...

The first commit makes perfect sense. Didn't think of that, thanks! The second one needs a little more work. The word "vector" is referring both to the mathematical concept of...

I did a quite large rewrite of the documentation in https://github.com/HEnquist/realfft/pull/38 I used the word "signal" for the real data, and "spectrum" for the complex. I also tried to use...

This is solved in the just released v0.15

Thanks for the PR! It gets a bit limiting with having all the methods implemented separately on two structs (the wrapper and the normal AudioClient). I think this could maybe...

It's not obvious what is the best way. Option 2 has the advantage of staying quite close to the underlying windows api. Do you know if the limitations in process...

Ok so now we have to suggestions for how to implement this :) I haven't had time to look closely at either yet, but at a glance both contain good...

Thanks for updating! This is looking good. I'll merge it and then make a new release once I have looked at https://github.com/HEnquist/wasapi-rs/issues/27.

Hi, I was not aware of this functionality (I have not needed it), so no plans. I would be happy to accept a PR for adding support for it. Looking...

Included in the just released v0.15