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

Fingerprinting Audio With Differing Sample Rates #294

Open
rstokes92 opened this issue Apr 13, 2023 · 1 comment
Open

Fingerprinting Audio With Differing Sample Rates #294

rstokes92 opened this issue Apr 13, 2023 · 1 comment

Comments

@rstokes92
Copy link

I have noticed that this doesn't really seem to work if the fingerprint in the database was taken from audio sampled at a different rate than the audio used to generate the test fingerprint. This is also mentioned in other issues (#94, #62) but never really discussed why or what the best practice is for addressing.

I guess the most practical approach is for everything in the database to be fingerprinted at the exact same sampling rate? What about if this is not possible?

Would be super interested to understand the reason for this given the spectrogram takes sample rate into account.

@alic-xc
Copy link

alic-xc commented Jul 24, 2023

I think the most respected solution is to downsample it to fit the rate of the fingerprinted audio

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

2 participants