https://developers.weixin.qq.com/miniprogram/dev/api/media/recorder/RecorderManager.onStop.html
Bug
- 返回参数名不对,文档写的参数名是fileSize,实际返回为size
- 返回参数值不对,应该返回具体的文件大小,实际返回undefined
微信macOS版小程序返回:
{"tempFilePath": "wxfile://temp/xxx.wav", "duration": 1826, "size": "<Undefined>"}
微信iOS版小程序返回:
{"tempFilePath": "wxfile://tmp_xxx.wav", "duration": 1329.2670249938965, "fileSize": 42568}
