Joren Six

Results 14 comments of Joren Six

Hi, Could you give some details on the system you are using? Android? Windows? JRE? Regards Joren

Hi, You can decode your audio (3gp) file to mono wav and read it directly without the need for ffmpeg. The advantage of ffmpeg is that it can handle any...

Hi, When an Audio Processor returns false the processing chain is stopped. The silence detector stops the chain when it is below a chosen threshold. In the example above pitch...

Hi Please enlarge your buffer size to support this. If you want to detect low frequencies you need at least a couple of periods in one buffer. This means that...

Hi thanks for the suggestion, The reason for not allowing duplicate hashes is twofold: If a hash is common it means (almost by definition) that it does not have much...

Hi thanks for the suggestion, The reason for not allowing duplicate hashes is twofold (and is reflected at the storage side, it is essentially the same as #37): If a...

I have implemented a test for the core functionality and a github action to build and test the software. It leaves a lot to improve but does give some trust...

Hi thanks for the suggestion, For a 'real hit' I would expect one time delta to be much more common than any other time delta. So much so that the...

This seems indeed to be a problem related to memory. The -X params should be able to correct things. How large (dimensions) are your vectors?

This is either a memory problem or some kind of overflow problem. Panako has been tested mainly with "song length" fragments of 1-10minutes. Thanks for your email with further details:...