This repository has been archived by the owner on Nov 20, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 89
获取超过60Kb的语音会丢失部分语音内容 #15
Labels
bug
Something isn't working
Comments
Closed
推送的语音消息xml结构中,有两个关键字段length和voicelength。前者是语音silk数据尺寸,后者是语音时间长度(ms)。 当语音数据大于30Kb时,不会在推送中拉取原始语音数据,需要单独调用getMsgVoice接口拉取原始语音数据。 测试日志如下:
|
试着增加服务器缓存试试 |
并不是服务器缓存问题,是目前协议内部的一个小bug |
这个BUG目前有解决的方案么?是否能在getMsgVoice方法中获取压缩比率的语音数据 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
经过测试,发现如下BUG:
getMsgVoice
接口:超过60Kb的语音数据,只能拉取到60Kb,也就是说大约36~40秒以上的语音会丢失后边部分语音内容参考:4882082
60Kb的语音数据,大约是36-45秒以上(不同语音内容压缩比率不同,数据尺寸与长度(秒)的比率大约在1.25-1.4左右)
The text was updated successfully, but these errors were encountered: