Open magnetophon opened 2 years ago
With a lot of help from the Rust Audio discord, I managed to move all allocation to new()
in my fork.
It is very hacky at the moment:
If you want, I can work on the above issues and do a PR. I'll need some guidance though, as I've just begun learning rust!
I was chatting over at the rust audio discord, and got told that
get_pitch
of theMcLeodDetector
might not be rt-safe. In particular this line was pointed out to me by @WeirdConstructor.Is your goal for pitch-detection to be real time safe?