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

Investigate impact of Beat Saber & Spotify BPM difference in INeedYou #14

Open
rigdern opened this issue Oct 12, 2023 · 0 comments
Open

Comments

@rigdern
Copy link
Owner

rigdern commented Oct 12, 2023

These are the BPMs:

  • Beat Saber: 128
  • Spotify: 192.076 (as seen in the Spotify analysis file)

Spotify’s BPM is 1.5x that of the Beat Saber one. It’s not an integer multiple. Questions:

  • Does it make sense that the BPM could be interpreted to be 192.076? Or is it a bug in Spotify’s analysis data?
  • When we generate a remix, does this result in noticeable seams when the audio jumps from one beat to another?
    • InfiniteRemix.BeatAlignedObject shifts slices such that every slice starts and ends on a beat (using Beat Saber’s BPM). Is this problematic? Does it result in noticeable seams when the audio jumps from one beat to another? Should we be using Spotify’s BPM instead? But then could we end up with weird results when using Spotify’s BPM to slice the beatmap (which the author designed with Beat Saber’s BPM, not Spotify’s)?
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