setVoiceDir2 method

int setVoiceDir2(
  1. String? path
)

Implementation

int setVoiceDir2(String? path) {
  return openjtalkSetVoiceDir2(this, path);
}