Download the PHP package denar90/yii2-wavesurfer-audio-widget without Composer
On this page you can find all versions of the php package denar90/yii2-wavesurfer-audio-widget. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download denar90/yii2-wavesurfer-audio-widget
More information about denar90/yii2-wavesurfer-audio-widget
Files in denar90/yii2-wavesurfer-audio-widget
Download denar90/yii2-wavesurfer-audio-widget
More information about denar90/yii2-wavesurfer-audio-widget
Files in denar90/yii2-wavesurfer-audio-widget
Vendor denar90
Package yii2-wavesurfer-audio-widget
Short Description Wavesurfer audio widget for yii2.
License MIT
Homepage https://github.com/denar90/yii2-sortable-widget
Package yii2-wavesurfer-audio-widget
Short Description Wavesurfer audio widget for yii2.
License MIT
Homepage https://github.com/denar90/yii2-sortable-widget
Please rate this library. Is it a good library?
Informations about the package yii2-wavesurfer-audio-widget
yii2-wavesurfer-audio-widget
Audio widget for yii2 based on wavesurfer.js
Installation
The preferred way to install this extension is through composer.
- Either run
or add
to the require section of your application's composer.json
file.
Usage
In your view add
In place where you need widget to be shown add
Options
Init options sets in init
array.
List of options
Supported javascript callbacks sets in callbacks
array
error
– Occurs on error. Callback will receive (string) error message.finish
– When it finishes playing.loading
– Fires continuously when loading via XHR or drag'n'drop.mouseup
- When a mouse button goes up.pause
– When audio is paused.play
– When play starts.ready
– When audio is loaded, decoded and the waveform drawn.scroll
- When the scrollbar is moved.seek
– On seeking.
Supported controls sets in controls
array
playPause
- Plays if paused, pauses if playing.play
- Starts playback from the current position. Optional start and end measured in seconds can be used to set the range of audio to play.pause
- Stops playback.back
- Rewind skipLength seconds.forth
- Skip ahead skipLength seconds.toggleMute
- Toggles the volume on and off.toggleInteraction
- Toggle mouse interaction.toggleScroll
- Toggles scrollParent.
All versions of yii2-wavesurfer-audio-widget with dependencies
PHP Build Version
Package Version
The package denar90/yii2-wavesurfer-audio-widget contains the following files
Loading the files please wait ....