Skip to content

epsalt/wavething

Repository files navigation

Wavething

Wavething is a simple audio waveform data visualizer.

Wavething Demo Screenshot

Wavething was built with D3.js, waveform-data.js, and React. The sample audio file used is a public domain recording of a Budgerigar chirping from Wikimedia Commons.

Usage

The app can be run locally using npm.

$ cd wavething
$ npm install
$ npm run start

Contributing

Contributions to code and documentation are welcome. Please create an issue to discuss significant patches.

License

See the LICENSE file for license rights and limitations (GPL-3.0).