Commit 88fd58dc authored by liujiaxin's avatar liujiaxin

qqqq

parent 5adbefc4
......@@ -952,7 +952,7 @@ export class PlayComponent implements OnInit, OnDestroy {
console.log('res: ', buffer);
const startTime = new Date().getTime();
this.infoLabel.text = '音频大小' + this.formatBytes(buffer.byteLength) + 'MB\n';
this.infoLabel.text = '音频大小' + this.formatBytes(buffer.byteLength) + '.';
const blob = new Blob([buffer], {type: 'audio/mpeg'});
// const blob = res //new Blob([u8arr], {type: mime});
......
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