Wavesurfer.js Versions Save

Audio waveform player

7.7.5

2 months ago
  • 7.7.5 by @jagthedrummer
  • Emit timeupdate when calling setTime (#3593) by @jagthedrummer
  • Feat: add dragDebounceTime as an option (#3590) by @phill2mj

7.7.4

2 months ago
  • 7.7.4
  • Refactor: re-throw error on load (#3586)
  • Feat: add error event (#3532) by @zachkrall
  • Fix: allow "playing" WebAudioPlayer w/o a URL (#3585)
  • Feat: dragstart and dragend events for drag to seek (#3562) by @brian-byassee

7.7.3

3 months ago
  • 7.7.3
  • Feat: Add setScrollTime method (#3547) by @jagthedrummer
  • Docs: update FAQ about CORS

7.7.2

3 months ago
  • 7.7.2
  • Chore: Update plugin exports in package.json (#3533) by @corysimmons
  • Fix: playback rate with Web Audio (#3529)
  • Fix: check play state in web audio player
  • Docs: update the FAQ

7.7.1

4 months ago
  • 7.7.1
  • Fix: Improve scroll position adjustments on zoom in/out (#3518) by @brian-byassee
  • Fix: do not render the waveform if viewport is 0 (#3522) by @kuguarpwnz
  • Feat: add part attribute to timeline (#3481) by @brian-byassee

7.7.0

4 months ago
  • 7.7.0
  • Feat: support seeking with no audio loaded (#3512)
  • Fix: [Regions] check if element exists in toggleCursor (#3509) by @brian-byassee

7.6.5

4 months ago
  • 7.6.5
  • Feat: exports for Base Plugin (#3495) by @brian-byassee
  • Fix: Region update event (#3496) by @brian-byassee
  • Chore: add contributor usernames to changelogs (#3490)
  • Refactor: promise-based chunked rendering (#3484)

7.6.4

4 months ago
  • 7.6.4
  • Feat: [Minimap] add a part selector to minimap overlay
  • Feat: add redrawcomplete event (#3480) by @brian-byassee

7.6.3

4 months ago
  • 7.6.3
  • Feat: record-progress event and getDuration method (#3472) by @aantusahaa
  • Fix: draggable pointerout only on document (#3477)

7.6.2

4 months ago
  • 7.6.2
  • Fix: don't use a blob URL for unknown MIME types (#3471)
  • Fix: fetcher error catching improvement (#3470) by @mulhoon