Lines Matching refs:volume
23 private float volume;
79 float volume)
81 int fixedPointVolume = (int)(volume*4096.0f);
166 return volume;
171 float volume)
173 this.volume = volume;
206 volume = 1.0f;
628 // Overlap two sound segments, ramp the volume of one down, while ramping the
653 // Overlap two sound segments, ramp the volume of one down, while ramping the
850 // we fail to resize an input or output buffer. Also scale the output by the volume.
878 // Resample as many pitch periods as we have buffered on the input. Scale the output by the volume.
901 if(volume != 1.0f) {
902 // Adjust output volume.
904 volume);
952 float volume,
962 stream.setVolume(volume);
978 float volume,
988 stream.setVolume(volume);