setVoiceName2 method

int setVoiceName2(
  1. String? path
)

Implementation

int setVoiceName2(String? path) {
  return openjtalkSetVoiceName2(this, path);
}