Commit 88a62a43 authored by liujiangnan's avatar liujiangnan

debug

parent 573a530b
......@@ -72,6 +72,7 @@ export class FormComponent implements OnInit, OnChanges, OnDestroy {
this.isPlaying = false; // 重置播放状态
});
this.wavesurfer.on('audioprocess', () => {
console.log('audioprocess');
this.updateCurrentTime();
});
this.wavesurfer.on('seek', () => {
......
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