Skip to content

Instantly share code, notes, and snippets.

@krakatoa
Created January 15, 2014 18:22
Show Gist options
  • Save krakatoa/2dd5069c8b1e376fbbd7 to your computer and use it in GitHub Desktop.
Save krakatoa/2dd5069c8b1e376fbbd7 to your computer and use it in GitHub Desktop.
1 #!/bin/ruby
2
3 tema = ARGV[0]
4
5 solos = {
6 'domination' => [180, 60]
7 }
8
9 system("mplayer -af scaletempo #{tema}.mp3 -ss #{solos[tema][0]} -endpos #{solos[tema][1]} -loop 0 -speed 0.72")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment