当前位置:   article > 正文

浅析vue中wavesurfer.js的Timeline插件的使用_wavesurfer timeline

wavesurfer timeline

前言:vue中嵌入使用wavesurfer.js的教程详见:https://blog.csdn.net/zrcj0706/article/details/104635357

1、Timeline插件的使用效果如下图所示

2、Timeline插件的使用见如下代码

首先import引入插件依赖

  1. import WaveSurfer from 'wavesurfer.js'//wavesurfer.js依赖
  2. import Timeline from 'wavesurfer.js/dist/plugin/wavesurfer.timeline.js' //插件依赖

在<template>中定义插件的位置

  1. <template>
  2. <div class="mixin-components-container">
  3. <el-row>
  4. <el-card class="box-card" style="text-align:left">
  5. <div id="waveform" ref="waveform">
  6. <!-- Here be the waveform -->
  7. </div>
  8. <div id="wave-timeline" ref="wave-timeline">
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/小蓝xlanll/article/detail/130198
推荐阅读