4.4.0

Released 2021-03-15
Highlights
  • Updated internal dependencies
Release notes

Packages

@accurate-player/accurate-player-abr

@accurate-player/accurate-player-controls

@accurate-player/accurate-player-core

@accurate-player/accurate-player-cutlist

@accurate-player/accurate-player-hls

@accurate-player/accurate-player-plugins

@accurate-player/accurate-player-progressive

@accurate-player/probe

Features

  • AudioScrubPlugin: Added events: PrePlay, PostPlay, PrePause and PostPause. These are used internally to get better timings when reading audio data from ChannelControlPlugin for our VU-meter.

Fixes

  • AudioScrubPlugin: Fixed bug where seeking to a position outside the current time resulted in the wrong audio being played (the audio from the previous position was played).
  • ChannelControlPlugin: Fixed issue where getMaxRMSdB would sometimes report back empty values for shadow elements (from AudioScrubPlugin) caused by ChannelControlPlugin being out of sync with AudioScrubPlugin.
  • ChannelControlPlugin: Fixed issue when removing track with soloed channels.
  • Update internal dependencies.