An open API service indexing awesome lists of open source software.

https://github.com/evan-moon/simple-waveform-visualizer

JS Audio API 놀이터
https://github.com/evan-moon/simple-waveform-visualizer

audio audio-processing javascript react web-audio-api

Last synced: about 1 year ago
JSON representation

JS Audio API 놀이터

Awesome Lists containing this project

README

          

# web-audio-editor
JavaScript AudioContext API과 SVG를 사용하여 WaveForm를 렌더하고 몇가지 이펙터를 간단히 만들어보는 실험실.

## Live Demo
![image](./thumbnail.png)

[Live Demo](https://evan-moon.github.io/simple-waveform-visualizer/)는 여기서 확인하실 수 있습니다.

## Usage
```bash
$ npm run dev # 개발서버
$ npm run build # 빌드
$ npm start # Express로 띄우기
```