| 程序包 | 说明 |
|---|---|
| com.alibaba.dashscope.audio.tts | |
| com.alibaba.dashscope.audio.ttsv2 |
| 限定符和类型 | 方法和说明 |
|---|---|
static SpeechSynthesisResult |
SpeechSynthesisResult.fromDashScopeResult(DashScopeResult dashScopeResult) |
| 限定符和类型 | 方法和说明 |
|---|---|
io.reactivex.Flowable<SpeechSynthesisResult> |
SpeechSynthesizer.streamCall(SpeechSynthesisParam param) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
SpeechSynthesizer.call(SpeechSynthesisParam param,
ResultCallback<SpeechSynthesisResult> callback) |
| 限定符和类型 | 方法和说明 |
|---|---|
io.reactivex.Flowable<SpeechSynthesisResult> |
SpeechSynthesizer.callAsFlowable(String text)
Stream output speech synthesis using Flowable features (non-streaming input)
|
io.reactivex.Flowable<SpeechSynthesisResult> |
SpeechSynthesizer.streamingCallAsFlowable(io.reactivex.Flowable<String> textStream)
Stream input and output speech synthesis using Flowable features
|
| 构造器和说明 |
|---|
SpeechSynthesizer(SpeechSynthesisParam param,
ResultCallback<SpeechSynthesisResult> callback)
CosyVoice Speech Synthesis SDK
|
SpeechSynthesizer(SpeechSynthesisParam param,
ResultCallback<SpeechSynthesisResult> callback,
String baseUrl)
CosyVoice Speech Synthesis SDK
|
SpeechSynthesizer(SpeechSynthesisParam param,
ResultCallback<SpeechSynthesisResult> callback,
String baseUrl,
ConnectionOptions connectionOptions)
CosyVoice Speech Synthesis SDK
|
Copyright © 2024. All rights reserved.