public interface ISSL
Modifier and Type | Method and Description |
---|---|
void |
feed(byte[] bytes)
feed 4 通道音频
|
void |
init(SSLConfig config,
SSLListener listener)
初始化
|
void |
release()
引擎销毁
|
void |
start(SpeechParams params)
启动
|
void |
stop()
停止
|
void init(SSLConfig config, SSLListener listener)
listener
- 回调config
- 初始化参数void start(SpeechParams params)
params
- 启动参数void stop()
void feed(byte[] bytes)
bytes
- 4通道音频void release()