Skip to content

CodeWithNiranjan/Audio-Wave-effect-using-wavesurfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

In this tutorial we will be learning how to add audio wave effect into your website using WaveSurfer.js

Topics

Resources

Stars

8 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors