Skip to content

Releases: katspaugh/wavesurfer.js

7.9.5

06 May 06:41
2ff2a7a
Compare
Choose a tag to compare
  • 7.9.5
  • Feat(Regions): Add a region-initialized event that triggers early (#4085) by @DefV
  • feat(Regions): getContent method and region-content-changed event (#4082) by @adahox
  • Feat(Record): accept MediaTrackConstraints when starting mic (#4074) by @kegesch

7.9.4

27 Mar 07:52
eb25665
Compare
Choose a tag to compare
  • 7.9.4
  • Fix(Timeline): fix iteration over fractional time intervals (#4073) by @vitalyster

7.9.3

21 Mar 09:46
2265852
Compare
Choose a tag to compare
  • 7.9.3
  • Fix(Web Audio): prevent race condition in stopAt method (#4067) by @OwLu0905

7.9.2

20 Mar 11:26
23b58ed
Compare
Choose a tag to compare
  • 7.9.2
  • Fix: play(start, stop) with WebAudio backend not worked (#4066) by @OwLu0905
  • Tests: change the redrawcomplete event to redraw (#4061) by @shahil-yadav
  • Docs: fix Regions docs link

7.9.1

13 Feb 09:34
1df2bd9
Compare
Choose a tag to compare
  • 7.9.1
  • Feat: play(start, stop) (#4014)
  • Fix(Web Audio): negative offset causing RangeError (#4021) by @dvandervlag
  • Chore: fix action version in e2e workflow (#4027)
  • Chore: prettier
  • Fix(Regions): make regions zIndex higher than envelope (#4013) by @matthewboman

7.9.0

27 Jan 14:49
f273f30
Compare
Choose a tag to compare
  • 7.9.0
  • Fix: don't pause audio for external media on destroy() (#4012) by @Stianlars1

7.8.17

26 Jan 18:22
5a2a042
Compare
Choose a tag to compare
  • 7.8.17
  • Fix(Spectrogram): alignment between ticks and spectrogram (#4011) by @lucastheis
  • Fix: reset media element on load (#4010)

7.8.16

13 Jan 10:14
f56ea15
Compare
Choose a tag to compare
  • 7.8.16
  • Fix(Spectrogram): update abbreviation for kHz to follow SI units by @barchard
  • feat: override blob MIME type (#3995) by @wfk007

7.8.15

06 Jan 06:58
e519c20
Compare
Choose a tag to compare
  • 7.8.15
  • Feat: allow user to update peaks and/or duration with setOptions (#3982) by @botoxparty
  • Docs(Spectrogram): add frequenciesDataUrl option docs

7.8.14

28 Dec 06:04
6176691
Compare
Choose a tag to compare
  • 7.8.14
  • feat(spectrogram): add logarithmic, bark and erb scales (#3976) by @Dabolus