Replies: 1 comment
|
This would be fantastic to implement. It looks like it may be applicable using some of the XXXOffset functions in the API - described by developers in https://medium.com/@alex.telek/behind-the-scenes-of-shazams-real-time-lyrics-feature-8feeb628ad. If you could pull these data, figuring out song position doesn't seem too difficult. EDIT: figured out will give you the general (in seconds) place in the identified song your sample starts. I'm not sure how exact it is, but I ran a few tests and it seems pretty good. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Is there a way to tell what timestamp in the song the file ended at?
Say I provide a 10 second file to the recognize_song method, using the provided outputs is there a way to determine the file was taken at 1:10 seconds into the song for example?
All reactions