Proto commits in rokid/rokid-openvoice-sdk

These 13 commits are when the Protocol Buffers files have changed:

Commit:91c741c
Author:mingzc0508
Committer:GitHub

update cloud protocol (#10) SpeechResponse add field 'voice_trigger'

The documentation is generated from this commit.

Commit:a8b5ad6
Author:chen.zhang

更新源码 与gitlab仓库同步源码 commit id: 0c8295cee6d74cc54ea9801d61e30515dcb9e5ad Change-Id: Ib5f949990fabe891f012347e671353887df1a7b8

Commit:c408912
Author:ming
Committer:ming

使用nanopb 减少内存占用 Change-Id: I66683111ad2a3415ab77f916015a8607c30503b2

Commit:8d0e9fc
Author:ming
Committer:ming

speech提供上传额外语音信息的方式 在SpeechOptions中添加voice_extra字段 Change-Id: I358b2997cdc9b9e641a4e347eef046e8e535e2bf

Commit:54dc4b2
Author:张晨
Committer:ming

Merge "增加性能统计功能" into dev

Commit:c53c75b
Author:ming
Committer:chen.zhang

添加错误码VAD_TIMEOUT Change-Id: I713674529af177f05939ae689f5d4b9f18cb6fdf

Commit:9aacac4
Author:ming
Committer:chen.zhang

修正android 4.4上编译错误 Change-Id: Id3f9e19f183ec4b9f55aecd30ff2dd95ab5aebc7

Commit:48c4be4
Author:ming
Committer:chen.zhang

修改speech sdk vad_end由云端决定 asr speech接口合并 Change-Id: I746d0938ab09e7c5263d0eb9a4f81c377788b5ad

Commit:4d9403a
Author:ming
Committer:ming

修正poll返回结果错误码不正确的问题 Change-Id: I4f07085723251fbf12ee21d0365bc067e6a3b158

Commit:98421c2
Author:ming
Committer:ming

speech接口更改 添加framework_options, skill_options参数 framework_options用于仲裁,声纹,stack skill_options为传至skill内部的可选参数 c++接口修改: AsrResult.type == ASR_INTER时,AsrResult.asr是部分语音解析结果 AsrResult.type == ASR_END时,AsrResult.asr是语音完整解析结果 SpeechResult.type == ASR_INTER时,SpeechResult.asr, extra可能有数据 SpeechResult.type == ASR_END时,AsrResult.asr, nlp, action有数据 android接口修改: AsrCallback.onAsr改为onIntermediateResult AsrCallback.onComplete加入参数String asr SpeechCallback.onAsr onNlp onAction删除 增加SpeechCallback.onIntermediateResult SpeechCallback.onComplete参数增加String asr, String nlp, String action Change-Id: I2832558c2eeec662561b0c2b1bcbc8d641e9b5c4

Commit:c8eb94a
Author:ming
Committer:chen.zhang

使用websocket+protobuf实现speech sdk 不再使用grpc Change-Id: Iab021df4efc3abc7f2e018b4e67231bb40c4f24e

Commit:609ad3c
Author:ming

change proto file change AuthRequest.device_type to device_type_id

Commit:2a32245
Author:ming

sdk初始代码 实现c++ speech sdk 实现speech, tts android版sdk