README.rdoc in scissor-0.0.26 vs README.rdoc in scissor-0.1.0
- old
+ new
@@ -13,10 +13,11 @@
=== Requirements
* {FFmpeg}[http://ffmpeg.mplayerhq.hu/]
* {Ecasound}[http://www.eca.cx/ecasound/] 2.5.0 or higher
+* {Rubber Band}[http://breakfastquay.com/rubberband/]
=== Archive Installation
rake install
@@ -64,9 +65,13 @@
seq.apply(:x => foo, :y => Proc.new { bar }, :z => foo.reverse) * 4 > 'sequence.wav'
=== half the pitch
foo.pitch(50)
+
+=== 200% time stretch without changing the pitch
+
+ foo.stretch(200)
=== mix
Scissor.mix([foo, bar], 'mix.mp3')