nakak
nakak
Thank you for sharing your problem! Can you provide more information about the delay problem? For example, running on other device or other Unity version, monitoring CPU loads, checking delay...
Thank you for letting me know! There is no warranty if the input frequency exceed the `FrequencyMax` parameter. It is characteristics of the detection algorithm (SRH method) in my opinion....
> Is there a way to if frequency goes above or below maximum/minimum to just clamp it to those values for a safe result instead? Unfortunately no, because of limitation...
My suggestion in the last reply was combination of both of 1 and 2, not just only 2. Here is a pseudo code: ```cs estimator = this.GetComponent(); // 1. Set...
If you're facing to an "octave error" problem, it is good to start tuning `Frequency Min` and `Frequency Max` parameters. Since this repository does not have any clever tracking algorithms,...