Sha256: 0b3db06020e72be1c51bda81f11836bd49a9a01d940c43dd788bf1f194d1bb4b

Contents?: true

Size: 736 Bytes

Versions: 5

Compression:

Stored size: 736 Bytes

Contents

= scissor-echonest

{Scissor}[http://github.com/youpy/scissor/tree/master] 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'

== Copyright

Author::    youpy <youpy@buycheapviagraonlinenow.com>
Copyright:: Copyright (c) 2009 youpy
License::   MIT

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
scissor-echonest-0.1.1 README.rdoc
scissor-echonest-0.1.0 README.rdoc
scissor-echonest-0.0.8 README.rdoc
scissor-echonest-0.0.7 README.rdoc
scissor-echonest-0.0.6 README.rdoc