https://github.com/youpy/scissor-echonest
Scissor extension to use Echo Nest Developers API
https://github.com/youpy/scissor-echonest
Last synced: 10 months ago
JSON representation
Scissor extension to use Echo Nest Developers API
- Host: GitHub
- URL: https://github.com/youpy/scissor-echonest
- Owner: youpy
- Created: 2009-07-02T09:02:24.000Z (about 17 years ago)
- Default Branch: master
- Last Pushed: 2011-12-02T13:04:18.000Z (over 14 years ago)
- Last Synced: 2025-07-28T14:44:47.421Z (12 months ago)
- Language: Ruby
- Homepage:
- Size: 876 KB
- Stars: 11
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
- Changelog: ChangeLog
Awesome Lists containing this project
README
= 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
Copyright:: Copyright (c) 2009 youpy
License:: MIT