Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to increase bits for storing IDs and timestamp? #83

Open
anupsingh15 opened this issue Dec 29, 2021 · 0 comments
Open

How to increase bits for storing IDs and timestamp? #83

anupsingh15 opened this issue Dec 29, 2021 · 0 comments

Comments

@anupsingh15
Copy link

anupsingh15 commented Dec 29, 2021

Hello @dpwe,

Thanks for providing a repository for the audio indexing. I am interested in using your implementation as a baseline system for my research work.

Could you please provide any pointers in the code to increase the bits for storing the pair:(song ID, timestamp)? I see there is a tradeoff between bits required for the song ID and time stamp; however, I am interested in implementing the system for a larger reference database of more than 1 million files. Each file's duration could be as large as 1-2 hrs.

I wondered if it is possible to create multiple *.pklz files for disjoint subsets of the reference database and merge these *.pklz to a single *.pklz file, or can it be possible to specify a list of *.pklz files for matching a query?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant