setVoice2 method

int setVoice2(
  1. String? path
)

Implementation

int setVoice2(String? path) {
  return openjtalkSetVoice2(this, path);
}