Releases: collab-project/videojs-wavesurfer
Releases · collab-project/videojs-wavesurfer
2.3.0
2.2.2
2.2.1
- Fix tech for compatibility with video.js 6.7.x (#49 by @mfairchild365)
2.2.0
- Support for changing audio output device using
setAudioOutput(deviceId)
- Added example that shows how to select an audio input device
- Bump required wavesurfer.js version to 2.0.3 for setSinkId feature
2.1.4
- Bump required wavesurfer.js version to 2.0.2 for Chrome volume deprecation fix
2.1.3
- Bump required wavesurfer.js version to 2.0.1
2.1.2
2.1.1
- Added support for changing the playback rate (#43)
- Added
.videojs-wavesurfer
CSS class (#44 by @eiennosihaisya) - Fix issue with overriding the HTML5 tech which caused an error on video.js
players on the same page that don't use the videojs-wavesurfer plugin (#41
by @mfairchild365) - Support setting time using
player.currentTime([seconds])
(#45 by
@mfairchild365)
2.1.0
- Caption/subtitle support (#36 by @mfairchild365)
2.0.3
- Fix Windows build