Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 554 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 554 Bytes

musicVisual

用web audio api 操作音频,对其分析,再结合canvas画图,将音频效果以图形的形式展示出来。

###用到的相关技术

  • WebAudio
  • canvas
  • express

线上显示效果戳这里;

关于具体的实现思路和方法已记录在博客里。

安装运行(Build Setup)

# 安装依赖
npm install

# 启动服务 
node ./bin/www

# 在浏览器中访问 localhost:3000 即可看到效果。