Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 508 Bytes

File metadata and controls

26 lines (18 loc) · 508 Bytes

WaveSurfer.js

wavesurfer.js is an HTML 5 audio player and waveform visualizer, made with JavaScript and Web Audio.

Installation

<script src="https://unpkg.com/wavesurfer.js"></script>

Usage

var wavesurfer = WaveSurfer.create({
    container: '#waveform',
    waveColor: 'violet',
    progressColor: 'purple'
});
wavesurfer.load('audio.mp3');

Subscribe

Please subscribe CodeWithNiranjan

Thank You