Searched refs:pitchRate (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/webaudio/
H A DAudioBufferSourceNode.cpp93 double pitchRate = totalPitchRate(); local
115 m_schedulingFrameDelay = static_cast<int>(pitchRate * startFrameInQuantum);
119 // With a bit of work, it should be possible to avoid going through the resampler completely when the pitchRate == 1,
120 // especially if the pitchRate has never deviated from 1 in the past.
123 m_resampler.setRate(pitchRate);

Completed in 33 milliseconds