Lines Matching refs:pitch
6 pitch, and scale volume. */
21 float pitch,
34 sonicSetPitch(stream, pitch);
61 " -c -- Modify pitch by emulating vocal chords vibrating\n"
63 " -p pitch -- Set pitch scaling factor. 1.3 means 30%% higher.\n"
65 " -r rate -- Set playback rate. 2.0 means 2X faster, and 2X pitch.\n"
78 float pitch = 1.0f;
89 printf("Scaling pitch linearly.\n");
93 pitch = atof(argv[xArg]);
94 printf("Setting pitch to %0.2fX\n", pitch);
134 runSonic(inFile, outFile, speed, pitch, rate, volume, emulateChordPitch, quality,