All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.aqiu202.api.tts.synthesizer.TtsSynthesizer Maven / Gradle / Ivy

There is a newer version: 1.2.0
Show newest version
package com.github.aqiu202.api.tts.synthesizer;


import com.github.aqiu202.api.tts.config.TtsConfiguration;
import com.github.aqiu202.api.tts.listener.TtsListener;

/**
 * TTS语音合成器
 * 

完成语音合成操作

* @author aqiu 2020/2/19 10:19 上午 **/ public interface TtsSynthesizer { void process(String text, TtsListener listener); void process(TtsConfiguration configuration, TtsListener listener); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy