setVoice method

int setVoice(
  1. String? path
)

Implementation

int setVoice(String? path) {
  return openjtalkSetVoice(this, path);
}