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
Need this for dynamically add/remove soundcites. Or maybe there is ability to re-init existing element with new src and data-end parameters.
Now I use new soundcite.PopcornClip(element) constructor for initialization, but it causes both sounds (old and new) played in same time if update data-src attribute of element
The text was updated successfully, but these errors were encountered:
cleaning out the open issues. This is not a feature supported by SoundciteJS. It probably could be, but Soundcite isn't under active development, so there's no projection of if or when we'd get to this.
Need this for dynamically add/remove soundcites. Or maybe there is ability to re-init existing element with new
src
anddata-end
parameters.Now I use
new soundcite.PopcornClip(element)
constructor for initialization, but it causes both sounds (old and new) played in same time if updatedata-src
attribute of elementThe text was updated successfully, but these errors were encountered: