open Tacotron2Model File
fun openTacotron2ModelFile(encoder: String, decoder1: String, decoder2: String, wave: String, cleanerType: Int)
Opens a Tacotron2 model.
Parameters
encoder
Path to the onnx file.
decoder1
Path to the onnx file.
decoder2
Path to the onnx file.
wave
Path to the onnx file.
cleaner Type
Type of the text cleaner, one of the AILIA_VOICE_CLEANER_TYPE_* constants.