Home | History | Annotate | Download | only in sonic

Lines Matching defs:speed

5    useful utility on it's own, which can speed up or slow down wav files, change
20 float speed,
33 sonicSetSpeed(stream, speed);
64 " -q -- Disable speed-up heuristics. May increase quality.\n"
66 " -s speed -- Set speed up factor. 2.0 means 2X faster.\n"
77 float speed = 1.0f;
98 printf("Disabling speed-up heuristics\n");
108 speed = atof(argv[xArg]);
109 printf("Setting speed to %0.2fX\n", speed);
134 runSonic(inFile, outFile, speed, pitch, rate, volume, emulateChordPitch, quality,