Lines Matching full:speed
22 other algorithms that came before, Sonic is optimized for speed ups of over 2X.
43 the new part, for greater than 2X speed up, is clearly a capability most
56 understand at high speed (over 2.5X) by blind speed listeners.
62 RockBox quite good, though it's limited to 2X speed up. So far as I know, only
63 sonic is optimized for speed factors needed by the blind, up to 6X.
89 …sonicChangeShortSpeed(samples, numSamples, speed, pitch, rate, volume, useChordPitch, sampleRate, …
91 This will change the speed and pitch of the sound samples pointed to by samples,
95 that there is room in the samples array for the speed-changed samples. In
101 sonicChangeShortSpeed(samples, numSamples, speed, pitch, 1.0f, 1.0f, 0, sampleRate, 1);
120 By default, a sonic stream sets the speed, pitch, rate, and volume to 1.0, which means
122 copies the input to the output to reduce CPU load. To change the speed, pitch,
125 sonicSetSpeed(stream, speed);
130 These four parameters are floating point numbers. A speed of 2.0 means to
131 double speed of speech. A pitch of 0.95 means to lower the pitch by about 5%,
137 By default, pitch is modified by changing the rate, and then using speed
138 modification to bring the speed back to normal. This allows for a wide range of
161 You may change the speed, pitch, rate, and volume parameters at any time, without