Commit c9d57adf authored by martin hou's avatar martin hou

feat: 增加对双声道音频的时长兼容处理

parent ba4155d1
...@@ -796,6 +796,10 @@ Jensen.prototype.listFiles = async function () { ...@@ -796,6 +796,10 @@ Jensen.prototype.listFiles = async function () {
{ {
duration = flen / 12; duration = flen / 12;
} }
else if (ver == 6)
{
duration = flen / 16;
}
let createDate = ''; let createDate = '';
let createTime = ''; let createTime = '';
if (ftime) { if (ftime) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment