- OggCrc - Class in com.gauss.speex.encode
-
Calculates the CRC checksum for Ogg packets.
- OggCrc() - Constructor for class com.gauss.speex.encode.OggCrc
-
- onAuthFailed(String, String) - Method in interface com.aispeech.dui.dds.DDSAuthListener
-
授权失败回调方法
- onAuthSuccess() - Method in interface com.aispeech.dui.dds.DDSAuthListener
-
授权成功回调方法
- onCall(String, byte[]...) - Method in class com.aispeech.dui.dds.agent.Agent
-
- onCall(String, byte[]...) - Method in interface com.aispeech.dui.dsk.BusClient.Handler
-
- onCall(String, String) - Method in interface com.aispeech.dui.dsk.duiwidget.CommandObserver
-
当客户端收到来自DUI服务器的command指令时,将会回调这个方法
- onCreate() - Method in class com.aispeech.dui.dds.agent.Agent
-
- onCreate() - Method in class com.aispeech.dui.dsk.BaseNode
-
invoked when this node is created
- onDestroy() - Method in class com.aispeech.dui.dds.agent.Agent
-
- onDestroy() - Method in class com.aispeech.dui.dsk.BaseNode
-
invoked when this node is being destroyed
- onDownloadProgress(float) - Method in interface com.aispeech.dui.dds.update.DDSUpdateListener
-
资源更新过程中进度通知的回调
- onError(int, String) - Method in interface com.aispeech.dui.dds.DDSInitListener
-
- onError(int, String) - Method in interface com.aispeech.dui.dds.update.DDSUpdateListener
-
更新失败的回调
- onExit() - Method in class com.aispeech.dui.dsk.BaseNode
-
invoked when this node exit from bus
- onFirstObserverAttached(String) - Method in class com.aispeech.dui.dds.agent.Agent
-
- onInitComplete(boolean) - Method in interface com.aispeech.dui.dds.DDSInitListener
-
SDK初始化回调方法
- onJoin() - Method in class com.aispeech.dui.dds.agent.Agent
-
- onJoin() - Method in class com.aispeech.dui.dsk.BaseNode
-
invoked when this node join bus
- onMessage(String, byte[]...) - Method in class com.aispeech.dui.dds.agent.Agent
-
- onMessage(String, String) - Method in interface com.aispeech.dui.dds.agent.MessageObserver
-
当客户端收到自己订阅的message时,将会回调这个方法
- onMessage(String, byte[]...) - Method in class com.aispeech.dui.dsk.BaseNode
-
invoked when topic received.
- onMessage(String, byte[]...) - Method in interface com.aispeech.dui.dsk.BusClient.Handler
-
- onNoObserverAttached(String) - Method in class com.aispeech.dui.dds.agent.Agent
-
- onQuery(String, String) - Method in interface com.aispeech.dui.dsk.duiwidget.NativeApiObserver
-
当客户端收到来自DUI服务器的native api指令时,将会回调这个方法
- onStart(String, String) - Method in interface com.aispeech.dui.dds.agent.TTSRequestListener
-
请求TTS的方法
播放完毕后,需要调用notifyTtsEnd接口才能自动进入下一轮识别
- onStop() - Method in interface com.aispeech.dui.dds.agent.TTSRequestListener
-
停止TTS的方法
- onUpdateFinish() - Method in interface com.aispeech.dui.dds.update.DDSUpdateListener
-
资源更新成功的回调方法
- onUpdateFound(String) - Method in interface com.aispeech.dui.dds.update.DDSUpdateListener
-
发现资源有更新的回调方法
- onUpgrade(String) - Method in interface com.aispeech.dui.dds.update.DDSUpdateListener
-
需要更新本地sdk,本地sdk与dui平台选择的dui内核版本号不匹配