18 using Ptr = std::shared_ptr<VoiceTemplateConverter>;
26 static Ptr create(
const std::string& initPath);
40 virtual const std::string& getInputInitDataId()
const = 0;
46 virtual const std::string& getOutputInitDataId()
const = 0;
Class representing a voice template converter.
Definition: voice_template_converter.h:16
Definition: intervals.h:8
#define VOICE_SDK_API
Definition: config.h:21
std::shared_ptr< VoiceTemplateConverter > Ptr
Definition: voice_template_converter.h:18
std::shared_ptr< VoiceTemplate > Ptr
Definition: voice_template.h:27