Skip to content

A little php script that uses SOX to randomly grab small bits of audio files and put them into new files. Perfect for making a bit of a racket in something like Renoise

Notifications You must be signed in to change notification settings

JakeWorrell/Glitch-Cutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Glitch Cutter

Glitch Cutter will randomly create small audio files made from a tiny part of your other audio files. It does so randomly in a batch as large as you specify. The code isn't particularly nice, but it works.

I created it to create abstract sounds to be used as instruments in Renoise. I also just thought it seemed like a good idea at the time.

Requirements

  • PHP 5.3
  • a unix/linux based CLI with 'find' & 'grep' (tested on my Macbook Pro with OSX 10.7.3)
  • SOX (which is awesome, by the way)
  • (optional) a Wordnik API key for creating memorable output folder names

How To Use

  • cp config-example.php config.php and optionally add your wordnik API key
  • change any other things you need in config.php (eg, source directory)
  • php go.php

About

A little php script that uses SOX to randomly grab small bits of audio files and put them into new files. Perfect for making a bit of a racket in something like Renoise

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages