Lines Matching refs:rate
25 private float rate;
122 // Get the rate of the stream.
125 return rate;
128 // Set the playback rate of the stream. This scales pitch and speed at the same time.
130 float rate)
132 this.rate = rate;
207 rate = 1.0f;
214 // Get the sample rate of the stream.
220 // Set the sample rate of the stream. This will cause samples buffered in the stream to be lost.
461 float r = rate*pitch;
761 // Change the rate.
763 float rate,
766 int newSampleRate = (int)(sampleRate/rate);
883 float r = rate;
951 float rate,
961 stream.setRate(rate);
977 float rate,
987 stream.setRate(rate);