Sha256: feaa351e81010700c7f583ede0a192fca4b128ff8ee8f370c37248dfee73edc0
Contents?: true
Size: 681 Bytes
Versions: 2
Compression:
Stored size: 681 Bytes
Contents
= scissor-echonest Scissor extension to use Echo Nest Developers API == Description == Installation === Archive Installation rake install === Gem Installation gem sources -a http://gems.github.com/ gem install youpy-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' == Copyright Author:: youpy <youpy@buycheapviagraonlinenow.com> Copyright:: Copyright (c) 2009 youpy License:: MIT
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
youpy-scissor-echonest-0.0.2 | README.rdoc |
youpy-scissor-echonest-0.0.3 | README.rdoc |