initWavesurfer(){//初始化插件
const _this = this
this.wavesurfer = WaveSurfer.create({
container: '#waveform',
waveColor: '#39AB84',
progressColor: '#FF8C00',
split: false,
minPxPerSec: 8,
height: 100,
barWidth: 1,
// barHeight: 1.5,
barHeight: 0.6,
hideScrollbar:true,
audioRate: '1',
abnormalvolume:{"1":"violet"},
emotionColor:{"1":"red"},
speedColor:{"1":"#955539"},
markdata:_this.markdata,
fs_rsxmldata:_this.fs_rsxmldata,
plugins: [
CursorPlugin.create({
showTime: true,
opacity: 0.2,
customShowTimeStyle: {
'background-color': '#000',
color: '#fff',
padding: '2px',
'font-size': '20px'
},
}),
// Timeline.create({
// container: '#wave-timeline'
// }),
Regions.create()
],
})
请问wavesurfer.js双声道波状图如何实现
- 写回答
- 好问题 0 提建议
- 追加酬金
- 关注问题
- 邀请回答
-
2条回答 默认 最新
悬赏问题
- ¥20 如何让程序ab.eXe自已删除干净硬盘里的本文件自己的ab.eXe文件
- ¥50 爬虫预算充足,跪巨佬
- ¥15 滑块验证码拖动问题悬赏
- ¥15 Wanted but not invoked:Actually, there were zero interactions with this moc
- ¥20 怎么驱动tb6612
- ¥15 Arcgis 3D效果点要素
- ¥15 在执行yolo训练脚本的时候,没有报错,在扫描val这一步后就推出执行了
- ¥15 delphi开发的WEBSERVER改用HTTPS协议
- ¥15 pic16f877A单片机的计数器proteus仿真失效
- ¥100 调查 Vitis AI 中验证 .xmodel 量化后的正确性