Skip to content

Releases: jaggad/crunker

2.4.1

24 Jan 00:24
ccfc443
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.4.0...2.4.1

2.4.0

22 Dec 03:54
960cec2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.3.0...2.4.0

2.3.0

16 Nov 03:47
0ac03d4
Compare
Choose a tag to compare

What's Changed

  • fix: pitch/speed issue on devices with different sample rates by @davwheat in #98

Full Changelog: 2.2.0...2.3.0

2.2.0

21 Oct 04:02
1e3af49
Compare
Choose a tag to compare

What's Changed

  • publish only required files to NPM by @thekip in #91
  • chore(deps-dev): bump webpack from 5.75.0 to 5.76.0 by @dependabot in #90
  • chore(deps): bump ua-parser-js from 0.7.31 to 0.7.33 by @dependabot in #85
  • add sliceAudio & fix package.json by @27medkamal in #92

New Contributors

  • @thekip made their first contribution in #91
  • @27medkamal made their first contribution in #92

Full Changelog: 2.1.0...2.2.0

2.1.0

12 Feb 03:50
d41c2ad
Compare
Choose a tag to compare

Releases ESM Modules #87

What's Changed

  • feat: build ESM module and use in examples by @davwheat in #87

Full Changelog: 2.0.0...2.1.0

2.0.0

11 Sep 02:33
a0e5d4a
Compare
Choose a tag to compare

Releases #78 and other minor fixes.

Improvements

02 Mar 01:44
Compare
Choose a tag to compare
  • You can now pass files and file URLs directly to crunker
  • New examples
  • New padAudio method
  • Support multiple channels exporting correctly in "combined/concatted" files
  • Minor decrease package size

v0.2.0

04 Sep 02:53
ecaf6f8
Compare
Choose a tag to compare

Changes

Converted project to npm package. Now using webpack and es6 exports.
Minor bug fixes and improvements.

Initial Creation

25 Apr 12:09
Compare
Choose a tag to compare

Basic crunker.js implementation.