setVoiceDir method

int setVoiceDir(
  1. String? path
)

Implementation

int setVoiceDir(String? path) {
  return openjtalkSetVoiceDir(this, path);
}