https://github.com/srijanshetty/shufflerun
http://youtu.be/Fj-0bsk71KQSo, our team had a huge problem; whenever we went for a run, our music never matched our pace. So we decided to fix this little problem. Using Cut-throat HTML5 features like geolocation, filesystem and Web Audio, we've developed an HTML5 webapp which changes the music to match the speed at which you're running.
https://github.com/srijanshetty/shufflerun
Last synced: about 2 months ago
JSON representation
http://youtu.be/Fj-0bsk71KQSo, our team had a huge problem; whenever we went for a run, our music never matched our pace. So we decided to fix this little problem. Using Cut-throat HTML5 features like geolocation, filesystem and Web Audio, we've developed an HTML5 webapp which changes the music to match the speed at which you're running.
- Host: GitHub
- URL: https://github.com/srijanshetty/shufflerun
- Owner: srijanshetty
- Created: 2013-08-25T05:39:55.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-13T12:37:11.000Z (almost 10 years ago)
- Last Synced: 2025-01-17T19:50:51.280Z (3 months ago)
- Language: JavaScript
- Homepage: http://srijanshetty.in/shufflerun
- Size: 396 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Inspiration!
So, our team had a huge problem; whenever we went for a run, our music never matched our pace. So we decided to fix this little problem.
We've also used the Last FM API to play the top 10 tracks of the a user for Desktop users. (Maybe our basic assumption that people will not run with their bulky laptops may be wrong)# The tech shebang!
Using Cut-throat HTML5 features like geolocation, filesystem and Web Audio, we've developed an HTML5 web-app which changes the music to match the speed at which you're running.
Another module which is relatively salient is Music Genre Classification, the idea is to custom tag songs (using Last FM API) which will aid in changing the music according to the analyzed data.# Acknowledgement
- Based off https://github.com/antimatter15/player