Andrew Nesbit
Andrew Nesbit
Oh, I meant just for the comment, not the variable itself. (So it should be a trivial modification..?)
Thanks, @jhurliman! We're accepting this patch and it will be merged in.
Although waveforms look very similar at this high level of visual inspection, this would not necessarily indicate a positive match by Echoprint. Yes, Echoprint analyzes the signal on a short-time...
Hello harianus, I have checked the matching algorithm by querying the back end database directly using your fingerprint. The fingerprint is indeed matching with the correct song deep inside the...
Lowering the query length down to 3-5 seconds with the default values won't work fantastically well because there won't be enough hash codes for reliable matching in the general case....
Thanks Alastair! Yes, I agree that doing the single quotes like this is the most robust solution for Unix-like systems. But as far as I can see, this may break...
Thanks for this. I agree that the presence of these "null codes" can be confusing when eyeballing the decoded fingerprint codes. However, they occur only during the last one or...
I'm not sure what you mean. Why do you still need `if (k == 0 && (time_delta0 != 0 || time_delta1 != 0)) { ... }`?
> The reason was that k=0 iteration could still generate an "empty" FPCode (nhashes was never set to zero, just 6,3 or 1). How can this happen? I ran some...
If you have any bug reports or examples of instances where the codegen is not working as expected, then they would be very welcome too.