跳过导航链接
A C O P S T V W 

A

afterConnection(SpeechSynthesizerListener) - 类 中的方法com.alibaba.nls.client.protocol.tts.SpeechSynthesizer
 

C

close() - 类 中的方法com.alibaba.nls.client.protocol.tts.SpeechSynthesizer
关闭连接
com.alibaba.nls.client.protocol.tts - 程序包 com.alibaba.nls.client.protocol.tts
 

O

onClose(int, String) - 类 中的方法com.alibaba.nls.client.protocol.tts.SpeechSynthesizerListener
 
onComplete(SpeechSynthesizerResponse) - 类 中的方法com.alibaba.nls.client.protocol.tts.SpeechSynthesizerListener
语音合成结束
onFail(SpeechSynthesizerResponse) - 类 中的方法com.alibaba.nls.client.protocol.tts.SpeechSynthesizerListener
失败处理
onMessage(String) - 类 中的方法com.alibaba.nls.client.protocol.tts.SpeechSynthesizerListener
 
onMessage(ByteBuffer) - 类 中的方法com.alibaba.nls.client.protocol.tts.SpeechSynthesizerListener
 
onMetaInfo(SpeechSynthesizerResponse) - 类 中的方法com.alibaba.nls.client.protocol.tts.SpeechSynthesizerListener
 
onOpen() - 类 中的方法com.alibaba.nls.client.protocol.tts.SpeechSynthesizerListener
 

P

PROP_TTS_FORMAT - 类 中的静态变量com.alibaba.nls.client.protocol.tts.TTSConstant
 
PROP_TTS_METHOD - 类 中的静态变量com.alibaba.nls.client.protocol.tts.TTSConstant
 
PROP_TTS_PITCH_RATE - 类 中的静态变量com.alibaba.nls.client.protocol.tts.TTSConstant
 
PROP_TTS_SAMPLE_RATE - 类 中的静态变量com.alibaba.nls.client.protocol.tts.TTSConstant
 
PROP_TTS_SPEECH_RATE - 类 中的静态变量com.alibaba.nls.client.protocol.tts.TTSConstant
 
PROP_TTS_TEXT - 类 中的静态变量com.alibaba.nls.client.protocol.tts.TTSConstant
 
PROP_TTS_VOICE - 类 中的静态变量com.alibaba.nls.client.protocol.tts.TTSConstant
 
PROP_TTS_VOLUME - 类 中的静态变量com.alibaba.nls.client.protocol.tts.TTSConstant
 

S

setCompleteLatch(CountDownLatch) - 类 中的方法com.alibaba.nls.client.protocol.tts.SpeechSynthesizerListener
 
setFormat(OutputFormatEnum) - 类 中的方法com.alibaba.nls.client.protocol.tts.SpeechSynthesizer
合成语音的编码格式,支持的格式:pcm,wav,mp3 默认是pcm
setLongText(String) - 类 中的方法com.alibaba.nls.client.protocol.tts.SpeechSynthesizer
 
setMethod(int) - 类 中的方法com.alibaba.nls.client.protocol.tts.SpeechSynthesizer
语音合成方法 默认为0 0 统计参数合成 基于统计参数的语音合成,优点是能适应的韵律特征的范围较宽,合成器比特率低,资源占用小,性能高,音质适中 1 波形拼接合成 基于高质量音库提取学习合成,资源占用相对较高,音质较好,更加贴近真实发音,但没有参数合成稳定
setPitchRate(int) - 类 中的方法com.alibaba.nls.client.protocol.tts.SpeechSynthesizer
语调,范围是-500~500,可选,默认是0
setSampleRate(SampleRateEnum) - 类 中的方法com.alibaba.nls.client.protocol.tts.SpeechSynthesizer
合成语音的采样率,可选默认16000
setSampleRate(int) - 类 中的方法com.alibaba.nls.client.protocol.tts.SpeechSynthesizer
个别场景需要设置除'SampleRateEnum'之外的采样率,如32000,采用此方法进行设置
setSpeechRate(int) - 类 中的方法com.alibaba.nls.client.protocol.tts.SpeechSynthesizer
语速,范围是-500~500,可选,默认是0
setText(String) - 类 中的方法com.alibaba.nls.client.protocol.tts.SpeechSynthesizer
待合成文本
setVoice(String) - 类 中的方法com.alibaba.nls.client.protocol.tts.SpeechSynthesizer
发音人
setVolume(int) - 类 中的方法com.alibaba.nls.client.protocol.tts.SpeechSynthesizer
音量,范围是0~100,可选,默认50
SpeechSynthesizer - com.alibaba.nls.client.protocol.tts中的类
 
SpeechSynthesizer(NlsClient, SpeechSynthesizerListener) - 类 的构造器com.alibaba.nls.client.protocol.tts.SpeechSynthesizer
 
SpeechSynthesizer(NlsClient, String, SpeechSynthesizerListener) - 类 的构造器com.alibaba.nls.client.protocol.tts.SpeechSynthesizer
 
SpeechSynthesizerListener - com.alibaba.nls.client.protocol.tts中的类
 
SpeechSynthesizerListener() - 类 的构造器com.alibaba.nls.client.protocol.tts.SpeechSynthesizerListener
 
SpeechSynthesizerResponse - com.alibaba.nls.client.protocol.tts中的类
 
SpeechSynthesizerResponse() - 类 的构造器com.alibaba.nls.client.protocol.tts.SpeechSynthesizerResponse
 
start() - 类 中的方法com.alibaba.nls.client.protocol.tts.SpeechSynthesizer
开始语音合成

T

TTSConstant - com.alibaba.nls.client.protocol.tts中的类
 
TTSConstant() - 类 的构造器com.alibaba.nls.client.protocol.tts.TTSConstant
 

V

VALUE_NAME_TTS_COMPLETE - 类 中的静态变量com.alibaba.nls.client.protocol.tts.TTSConstant
 
VALUE_NAME_TTS_START - 类 中的静态变量com.alibaba.nls.client.protocol.tts.TTSConstant
 
VALUE_NAME_TTS_STARTED - 类 中的静态变量com.alibaba.nls.client.protocol.tts.TTSConstant
 
VALUE_NAMESPACE_LONG_TTS - 类 中的静态变量com.alibaba.nls.client.protocol.tts.TTSConstant
 
VALUE_NAMESPACE_TTS - 类 中的静态变量com.alibaba.nls.client.protocol.tts.TTSConstant
 

W

waitForComplete(int) - 类 中的方法com.alibaba.nls.client.protocol.tts.SpeechSynthesizer
等待语音合成结束
waitForComplete() - 类 中的方法com.alibaba.nls.client.protocol.tts.SpeechSynthesizer
等待语音合成结束
A C O P S T V W 
跳过导航链接

Copyright © 2019. All rights reserved.