clearHtsVoiceList method

void clearHtsVoiceList(
  1. Pointer<HtsVoiceFilelist> list
)

Implementation

void clearHtsVoiceList(Pointer<HtsVoiceFilelist> list) {
  return openjtalkClearHtsVoiceList(this, list);
}