Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 821 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 821 Bytes

Wavesurfer Angular

AngularJS directive wrap the wavesurfer.js plugin to be more flexible to use in AngularJS apps.

This alpha release contains some basic functionalities supported in wavesurfer.js:

  • Play/Pause
  • Fast forward/Step backward

Installation

You need bower installed globally:

$ npm install -g bower

To install wavesurfer-angular directive using bower use

$ bower install wavesurfer-angular

Running the example

Added example shows how to use the directive.

To run the example follow the steps:

You need npm installed:

$ cd example
$ npm install http-server
$ http-server -p [port_number, 8080 is default]

License

MIT