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

"Different meter" tag is often incorrect #135

Open
evadecker opened this issue Nov 22, 2023 · 0 comments
Open

"Different meter" tag is often incorrect #135

evadecker opened this issue Nov 22, 2023 · 0 comments
Labels
bug Something isn't working medium effort Some amount of work

Comments

@evadecker
Copy link
Owner

evadecker commented Nov 22, 2023

  • Dig into the audio features API and look at the data for each track to determine why songs in 4/4 are being incorrectly tagged as something else
  • The "Audio Analysis" API includes a confidence rating for key, time signature, and tempo
  • https://developer.spotify.com/documentation/web-api/reference/get-audio-analysis
  • Would need to add database columns for tempo_confidence, key_confidence, and time_signature_confidence
@evadecker evadecker added bug Something isn't working medium effort Some amount of work labels Nov 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working medium effort Some amount of work
Projects
None yet
Development

No branches or pull requests

1 participant