项目作者: PixlRainbow

项目描述 :
Audio visualiser using Web Audio API and Canvas
高级语言: JavaScript
项目地址: git://github.com/PixlRainbow/demo-avisualiser-js.git
创建时间: 2019-06-29T17:31:57Z
项目社区:https://github.com/PixlRainbow/demo-avisualiser-js

开源协议:MIT License

下载


demo-avisualiser-js

Audio visualiser using Web Audio API.
Uses AudioWorklets if available and falls back to ScriptProcessor otherwise.

Note: Audio Worklets and AudioContext require a secure context. This means that they can only be used in localhost or remote https but not when opening as a local file.

Depends on PixelsCommander/Download-File-JS and higuma/wav-audio-encoder-js

TODO

Add support for OffscreenCanvas to offload canvas rendering to another thread