可视化器
用于麦克风或线路输入HTML5音频可视化器。
要求
具有canvas和getUserMedia支持的浏览器。 (当前为Chrome,Firefox,Edge和Opera)
用法
import visualizer from 'visualizer'
const options = {
// string indicating which container element should hold the visualization.
// If specified it will stretch to fit this container's width and height.
// If omitted it will assume a full screen visualization and fit to the window.
// You may pas
1