setSpeed method

void setSpeed(
  1. double f
)

Implementation

void setSpeed(double f) {
  return openjtalkSetSpeed(this, f);
}