public final class SpeechSynthesizer extends Object
| 构造器和说明 |
|---|
SpeechSynthesizer() |
| 限定符和类型 | 方法和说明 |
|---|---|
ByteBuffer |
call(SpeechSynthesisParam param) |
void |
call(SpeechSynthesisParam param,
ResultCallback<SpeechSynthesisResult> callback) |
long |
getFirstPackageDelay()
First Package Delay is the time between start sending text and receive first audio package
|
String |
getLastRequestId() |
io.reactivex.Flowable<SpeechSynthesisResult> |
streamCall(SpeechSynthesisParam param) |
public String getLastRequestId()
public void call(SpeechSynthesisParam param, ResultCallback<SpeechSynthesisResult> callback)
public io.reactivex.Flowable<SpeechSynthesisResult> streamCall(SpeechSynthesisParam param)
public ByteBuffer call(SpeechSynthesisParam param)
public long getFirstPackageDelay()
Copyright © 2025. All rights reserved.