This is a small command line tool. It can be used to pitch shift audio files (.wav, .au or .aiff).
Usage:

java -jar PitchShiftOcean.jar -i <input file> -r <pitch shift ratio> -o <output file>

Example:
java -jar PitchShiftOcean.jar -i input.wav -r 1.2 -o output.wav
This will shift the pitch of "input.wav" by 20% and store the result in "outpt.wav"

There are additional command-line options to change the block size, overlap, etc.
To show all options, use:

java -jar PitchShiftOcean.jar -h
