You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 18, 2024. It is now read-only.
* Revert "Revert feat: DEV-4034: Rendering performance improvements for large-duration audio (#1138) (#1160)"
This reverts commit d84c38e.
* fix: LSDV-4532: Correct decoded audio data offset
* update the removal grace period for audio cached decoders
* only pause playback if it was playing in disconnect, remove redundant methods
* force buffer audio playback by playing then pausing, and ensure media has ability to playback through buffer
* adding comment about the duration offset start for decoding audio
* feat: DEV-3028: Audio v3 dual channel render
* fix: LSDV-4532: Audio sometimes goes missing during playback
* fix: LSDV-4532: Waveform sometimes blank when toggling visibility off then on
* fix: LSDV-4532: Sound sometimes delayed to playback
* when layer visibility changes we now fire renderAvailableChannels
* add crossorigin anonymous to audio element
* testing cors issue
* changing back to proper src
* fix multi channel split by using forked lib with a patch fix
* fix: LSDV-4532: Adding more tests fixing playbackRate setting
* default to splitchannel if possible
* update audio-file-decoder
* adding zoom test
* fix the number of chunks calculation to account for the larger sized samples returned from the decoder in splitchannel
* missing the calculation to augment chunk size when channel count is greater than one
* ensure a minwaveheight is adhered to, so that each channel wave is visible
* fix default waveHeight when non splitchannel
* fix initial render, and layerUpdated causing contentious renders that can sometimes cause unexpected results in layers
* fix initial render of single channel, original height waveform
* ensure the splitchannel worker is lazy to init, and can be destroyed when not in use
* fix partial waveform render optimization for large data point renders that occur across multiple channels
* change Audio tag param from minwaveheight to more aptly named waveheight
* removing console log
* adding ff to allow audio v3 multichannel support be default on
---------
Co-authored-by: Yousif Yassi <yousif@heartex.com>
0 commit comments