wavesurfer.js

Audio waveform player

BSD-3-CLAUSE License

Downloads
810.5K
Stars
8.2K
Committers
260

Bot releases are visible (Hide)

wavesurfer.js - 7.8.5 Latest Release

Published by github-actions[bot] about 1 month ago

  • 7.8.5
  • Fix: adding nonce as a option in wavesurfer parameters to solve CSP problems (#3858) by @andrezarzur
  • chore: add glob as dev dependency (#3854) by @shellRaining
  • Optimized Method for Calculating Overlap Size in Spectrogram Resampling (#3848) by @shellRaining
  • feature: [Minimap] more subscribable events (#3843) by @benbaja
wavesurfer.js - 7.8.4

Published by github-actions[bot] 2 months ago

  • 7.8.4
  • fix: (Record) use setInterval and 100 FPS
wavesurfer.js - 7.8.3

Published by github-actions[bot] 2 months ago

  • 7.8.3
  • Feat: [Record] continuous waveform mode (#3818)
  • Fix: very wide container canvas width (#3819)
  • Tests: update snapshots
  • Chore: upgrade dev dependencies
  • Tests: move loadBlob snapshot to the right folder
  • Feat: [Spectrogram] add gain, range and scale options (#3790) by @pengzhendong
  • Docs: phase vocoder example (#3791)
wavesurfer.js - 7.8.2

Published by github-actions[bot] 3 months ago

  • 7.8.2
  • Feat: [Regions] emit region-update event (#3784)
  • Fix: [Regions] export Region class for TypeScript docs (#3775)
  • Chore: node version 20 in the release action
wavesurfer.js - 7.8.1

Published by github-actions[bot] 4 months ago

  • 7.8.1
  • Fix: handle devicePixelRatio < 1 (#3774)
  • Docs: add golden sponsor
  • Chore: update dist exports (#3763)
  • Fix: async duration to allow ready event subscriptions (#3762)
wavesurfer.js - 7.8.0

Published by github-actions[bot] 4 months ago

  • 7.8.0
  • Feat (Record): add timeslice option (#3760) by @nizar
  • Make yarn build command cross-platform (#3747) by @alexanderleecii
  • Refactor: optimize Timeline virtual rendering (#3748)
  • Fix: prevent gaps in zoomed in waveform (#3745)
  • TimelinePlugin: try to retrieve wrapper scrollWidth value from wavesurfer wrapper when computing pxPerSec in initTimeline() (#3743) by @alexanderleecii
  • Fix: add try-catch for src setting (#3737)
  • Fix: check if ResizeObserver is defined (Safari 12) (#3736)
  • Fix: empty url with loadBlob (#3719)
  • Refactor: [Regions] virtualize DOM elements (#3712)
wavesurfer.js - 7.7.15

Published by katspaugh 5 months ago

  • Fix: read url before calling load
  • Fix: altered getHeight function to fit split channel waveforms when height is set to auto (#3705) by @htc36
  • Fix: typo in timeline-custom.js (#3704) by @jthodge
  • Chore: update dev dependencies (#3702)
  • Tests: add test cases for abort and destroy (#3643) by @wfk007
  • Fix: regions overlap delay (#3701)
  • Fix: clamp max canvas width (#3697)
  • Chore: remove comments in built files
wavesurfer.js - 7.7.14

Published by github-actions[bot] 5 months ago

  • 7.7.14
  • Chore: update code linting action (#3693)
  • Fix: exportPeaks accumulating a precision error (#3692) by @ajrisi
wavesurfer.js - 7.7.13

Published by github-actions[bot] 6 months ago

wavesurfer.js - 7.7.12

Published by github-actions[bot] 6 months ago

  • 7.7.12
  • fix: when width is set to high values, the waveform now correctly makes multiple canvases (#3685) by @Johnrobmiller
  • update: expose setScroll api from render (#3660) by @leyiang
wavesurfer.js - 7.7.11

Published by github-actions[bot] 6 months ago

  • 7.7.11
  • Revert "Fix: draggable touch delay (#3616)" (#3654)
wavesurfer.js - 7.7.10

Published by github-actions[bot] 6 months ago

  • 7.7.10
  • Fix: DOMException in destroy (#3641) by @wfk007
wavesurfer.js - 7.7.9

Published by github-actions[bot] 7 months ago

  • 7.7.9
  • Revert "Fix: timeline height (#3618)"
  • Fix: init minimap immediately (#3617)
  • feat(hover): add formattimecallback option (#3628) by @Adrii77
wavesurfer.js - 7.7.8

Published by github-actions[bot] 7 months ago

  • 7.7.8
  • Fix: makeDraggable memory leak (#3624) by @wfk007
  • Revert "Fix: init minimap immediately (#3617)"
wavesurfer.js - 7.7.7

Published by github-actions[bot] 7 months ago

  • 7.7.7
  • Feat: splitChannels overlay (#3619)
  • Fix: timeline height (#3618)
  • Fix: init minimap immediately (#3617)
  • Fix: draggable touch delay (#3616)
wavesurfer.js - 7.7.6

Published by github-actions[bot] 7 months ago

  • 7.7.6
  • Feat: add part="canvases"
  • Fix: potential memory leak (#3614) by @wfk007
wavesurfer.js - 7.7.5

Published by github-actions[bot] 7 months ago

  • 7.7.5 by @jagthedrummer
  • Emit timeupdate when calling setTime (#3593) by @jagthedrummer
  • Feat: add dragDebounceTime as an option (#3590) by @phill2mj
wavesurfer.js - 7.7.4

Published by github-actions[bot] 7 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
wavesurfer.js - 7.7.3

Published by github-actions[bot] 8 months ago

  • 7.7.3
  • Feat: Add setScrollTime method (#3547) by @jagthedrummer
  • Docs: update FAQ about CORS
wavesurfer.js - 7.7.2

Published by github-actions[bot] 9 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