0.01
No commit activity in last 3 years
No release in over 3 years
Scissor extension to use Echo Nest Developers API
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0.2.3
 Project Readme

scissor-echonest¶ ↑

Scissor extension to use Echo Nest Developers API

Description¶ ↑

Installation¶ ↑

Archive Installation¶ ↑

rake install

Gem Installation¶ ↑

gem update --system
gem install gemcutter
gem tumble
gem install scissor-echonest

Features/Problems¶ ↑

Synopsis¶ ↑

require 'rubygems'
require 'scissor/echonest'

Scissor.echonest_api_key = 'YOUR_API_KEY'

# sort beats by duration
beats = Scissor('trans_europe_express.mp3').beats.
 sort_by {|beat| beat.duration }

# join beats and write into file
Scissor.join(beats) > 'sorted.mp3'
Author

youpy <youpy@buycheapviagraonlinenow.com>

Copyright

Copyright © 2009 youpy

License

MIT