Lukáš Lalinský

Results 48 comments of Lukáš Lalinský

I'm interested in having a library that works with the 01 MAC tokens. The current code for 00 tokens doesn't really work: - there is no standard way to pass...

I guess this is a Python 3 issue and if you pass the fingerprint to `decode_fingerprint` as `bytes` instead of `str`, it will work. But do you know that you...

See https://groups.google.com/d/msg/acoustid/Uq_ASjaq3bw/kLreyQgxKmgJ for a general explanation, https://gist.github.com/lalinsky/1132166 for a very simple example and https://bitbucket.org/acoustid/acoustid-server/src/efb787c16ea1a0f6daf38611d12c85376d971b08/postgresql/acoustid_compare.c?at=master#cl-119 for a more complicated example. Feel free to ask more questions on the acoustid mailing list...

It probably could be added. The problem I had with adding it directly to Chromaprint is that the simple version is not useful for me at AcoustID. I need to...

I don't think that code does what you expect. What are the inputs to the function? For comparing with fingerprints, you need an list of 32-bit integers. Here you are...

Oh, so these are not chromaprint fingerprints? In that case, it does not make much sense to comment here.

Well, I clearly can't convince you, but the code you are using is not comparing the audio fingerprints, only their compressed versions. If it works for you, it's just by...

I'm not sure why you posted the code example here, because if it's comparing output of your own program, it's not of much use who use standard acoustid/chromaprint tools.

Thanks guys. The service has been heavily overloaded during the last weeks, so I had to work on some frontend proxying and it's possible that some gzipped request support got...