I am trying to run the Pitch Shifting example here:
but I can't get it to work. I try to run
java -jar PitchShift-latest.jar
from the command line but I get this error:
Error: Could not find or load main class be.tarsos.dsp.example.PitchShiftingExample
I can't run it from Eclipse either. Any suggestions?