setVoiceName method

int setVoiceName(
  1. String? path
)

Implementation

int setVoiceName(String? path) {
  return openjtalkSetVoiceName(this, path);
}