setVoicePath method

int setVoicePath(
  1. String? path
)

Implementation

int setVoicePath(String? path) {
  return openjtalkSetVoicePath(this, path);
}