Sha256: 0c3883e34a1627d20c4efbc351ae475257f0e94b17646ca3aa50e5017cb24402

Contents?: true

Size: 728 Bytes

Versions: 2

Compression:

Stored size: 728 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 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 & 2 rubygems

Version Path
youpy-scissor-echonest-0.0.4 README.rdoc
scissor-echonest-0.0.5 README.rdoc