AhmedAl-Hayali / GenreGuru

Music Featurization, Recommendation, and Generation
MIT License
3 stars 1 forks source link

feat[PoC-algo]: implement chosen song/audio feature extraction algorithm #258

Open AhmedAl-Hayali opened 1 week ago

AhmedAl-Hayali commented 1 week ago

Gather documentation for algorithm chosen in #257 and implement it. This issue is likely to be used as a parent issue then broken down into further issues.

AhmedAl-Hayali commented 1 day ago

@baleanum feel free to modify this issue as you see fit. I have attached it to the poc/tempo-detection/...-power branch, but any remaining documentation tasks fall on you :D

baleanum commented 1 day ago

Algorithm takes in a .wav file and returns a bpm estimate via an energy onset detection algorithm described here

Outstanding tasks: Integrate with the spotify api work done by @AhmedAl-Hayali and @chenans1 captured in #267

This issue can be closed once #267 is complete