文件名称:wavesurfer-sum-to-mono-plugin:WaveSurfer.js总和到单声道插件
文件大小:72KB
文件格式:ZIP
更新时间:2024-06-11 01:14:53
JavaScript
WaveSurferSumToMonoPlugin 总和到单声道插件 用法 import SumToMonoPlugin from "wavesurfer-sum-to-mono-plugin" ; const wavesurfer = WaveSurfer . create ( { container : document . getElementById ( "wavesurfer" ) , backend : "MediaElement" , // All backends supported. ... plugins : [ ... SumToMonoPlugin . create ( ) , ... ] , } ) ; wavesurfer . on ( "toggle-mono" , ( isMono ) => {
【文件预览】:
wavesurfer-sum-to-mono-plugin-main
----.gitignore(2KB)
----package.json(720B)
----src()
--------index.js(1KB)
--------lib()
----webpack.config.js(980B)
----dist()
--------WaveSurferSumToMonoPlugin.js(8KB)
--------index.html(1KB)
----LICENSE(1KB)
----public()
--------.gitignore(25B)
--------index.html(1KB)
----README.md(989B)
----yarn.lock(151KB)