Skip to content

Wrapping Wavesurfer.fm plugin into AngularJS directive to make it easy to work with and use in AngularJS projects

License

Notifications You must be signed in to change notification settings

karimfikry/wavesurfer-angular

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Wrapping Wavesurfer.fm plugin into AngularJS directive to make it easy to work with and use in AngularJS projects

Resources

License

Stars

Watchers

Forks

Packages

No packages published