weixin_52071139 2021-09-28 14:01 采纳率: 0%
浏览 37

请问wavesurfer.js双声道波状图如何实现


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()
                    ],
                })
  • 写回答

2条回答 默认 最新

  • weixin_52071139 2021-09-29 10:49
    关注

    这是部分代码,配置这块东西,求教学如何实现双声道波状图,现在实现的是单声道波状图

    评论

报告相同问题?

问题事件

  • 创建了问题 9月28日

悬赏问题

  • ¥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 量化后的正确性