|
|
|
@ -2,6 +2,7 @@ package qianmu.container.util; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import android.os.Environment; |
|
|
|
import android.util.Log; |
|
|
|
|
|
|
|
import com.aispeech.AIError; |
|
|
|
@ -87,6 +88,7 @@ public class TTSUtil { |
|
|
|
}); |
|
|
|
|
|
|
|
intent = new AICloudTTSIntent(); |
|
|
|
//intent.setSaveAudioPath(Constant.CACHE_PATH + "tts/");//设置合成音的保存路径
|
|
|
|
intent.setSpeaker("qianranfv5"); |
|
|
|
intent.setVolume("100"); |
|
|
|
intent.setSpeed("0.8"); |
|
|
|
|