Searched defs:setPitch (Results 1 – 3 of 3) sorted by relevance
63 void setPitch(float pitch) { m_platformUtterance->setPitch(pitch); } in setPitch() function
66 void setPitch(float pitch) { m_pitch = std::max(std::min(2.0f, pitch), 0.0f); } in setPitch() function
129 public final int setPitch(int pitch) { in setPitch() method in SynthProxy