setVoicePath2 method

int setVoicePath2(
  1. String? path
)

Implementation

int setVoicePath2(String? path) {
  return openjtalkSetVoicePath2(this, path);
}