meyda

Audio feature extraction for JavaScript.

MIT License

Downloads
9.6K
Stars
1.5K

Bot releases are visible (Hide)

meyda - v5.6.3 Latest Release

Published by github-actions[bot] 6 months ago

5.6.3 (2024-04-21)

Bug Fixes

  • web bundle: use node resolve so fftjs is found (5ad3606)
meyda - v5.6.2

Published by github-actions[bot] over 1 year ago

5.6.2 (2023-06-09)

Bug Fixes

  • engines: remove package.json engines (9510145)
meyda - v5.6.1

Published by github-actions[bot] over 1 year ago

5.6.1 (2023-06-07)

Bug Fixes

  • build: run release build in node 18 (6d914f2)
meyda - v5.6.0

Published by github-actions[bot] over 1 year ago

5.6.0 (2023-02-26)

Bug Fixes

  • deps: bump three and @types/three (e580c57)
  • deps: bump three from 0.141.0 to 0.150.0 (07595f3)

Features

  • node engine: add support for node 19 (6d729aa), closes #1529
meyda - v5.5.1

Published by github-actions[bot] over 2 years ago

5.5.1 (2022-06-08)

Bug Fixes

  • deps: bump npm from 8.3.1 to 8.12.1 (add4670)
  • deps: bump semver-regex from 3.1.3 to 3.1.4 (c1b7a3e)
  • deps: bump three and @types/three (591c7b3)
meyda - v5.5.0

Published by github-actions[bot] over 2 years ago

5.5.0 (2022-06-01)

Features

  • add melBands extractor tests (0a73f60)
  • expose melBands in needed places in code (56287a1)
  • implement melbands extractor (3c5249c)
  • remove console.log() (befe9ca)
  • separate melBands into its own extractor (9bea583)
meyda - v5.4.0

Published by github-actions[bot] over 2 years ago

5.4.0 (2022-05-11)

Features

  • add spectralCrest to the Meyda object (ef84120)
  • spectral crest extractor (e9c2ff9)
meyda - v5.3.1

Published by github-actions[bot] over 2 years ago

5.3.1 (2022-05-11)

Bug Fixes

  • deps: bump semver-regex from 3.1.2 to 3.1.3 (13533e6)
  • deps: bump three from 0.137.5 to 0.140.2 (dfc5156)
  • deps: bump trim-newlines from 3.0.0 to 3.0.1 (b616b7b)
meyda - v5.4.0-alpha.1

Published by github-actions[bot] over 2 years ago

5.4.0-alpha.1 (2022-02-13)

Bug Fixes

  • newextract: skip some tests for an alpha release (a85d137)
  • wip: wip (1dd21be)

Features

  • semrel: add semantic release for new-extract (211581b)
meyda - v6.0.0-beta.2

Published by github-actions[bot] almost 3 years ago

6.0.0-beta.2 (2021-11-13)

Bug Fixes

  • spectralflux: make spectral flux refer to signal (715689c)
  • spectralflux: normalize the spectra before flux calc (d8d6d0e)

Features

  • positiveflux: positive flux is useful for onset detection (303cce9)
meyda - v5.3.0

Published by github-actions[bot] almost 3 years ago

5.3.0 (2021-10-31)

Bug Fixes

  • modules: expose esmodule (b0948b8), closes #1052
  • types: bring the existing types in from definitelytyped (88da1b2)

Features

  • add numberOfBarkBands for loudness feature (ea48563)
  • node: declare support for node 17 (16a2236)
meyda - v5.2.2

Published by github-actions[bot] about 3 years ago

5.2.2 (2021-07-30)

Bug Fixes

  • deps: bump three from 0.130.1 to 0.131.0 (cf1f2d3)
meyda - v5.2.1

Published by github-actions[bot] over 3 years ago

5.2.1 (2021-07-13)

Bug Fixes

  • deps: bump addressable from 2.7.0 to 2.8.0 in /docs (16e36ac)
meyda - v5.2.0

Published by github-actions[bot] over 3 years ago

5.2.0 (2021-06-20)

Features

  • new func: expose list of available audio features (681107d), closes #312
meyda - v5.1.8

Published by github-actions[bot] over 3 years ago

5.1.8 (2021-06-15)

Bug Fixes

  • cli: stop double extracting in certain cases (c57f84d)
  • cli: use sample rate from input file (ff1155f)
meyda - v5.1.7

Published by hughrawlinson over 3 years ago

Add support for node@^16, which enables Meyda to run on M1 Mac devices.

meyda - v5.1.6

Published by hughrawlinson over 3 years ago

DEPRECATED

This release contains a bug that affects web platforms. Please go to 5.1.7 at least.

meyda - v5.1.5

Published by hughrawlinson over 3 years ago

DEPRECATED

This release contains a bug that affects web platforms. Please go to 5.1.7 at least.

Add support for node@^16, which enables Meyda to run on M1 Mac devices.

meyda - v4.3.1

Published by hughrawlinson over 4 years ago

  • Fix bug in ZCR
  • Minor docs improvements
meyda - v4.3.0

Published by hughrawlinson over 4 years ago

  • fix cosMap global declaration issue with dependency
  • Allow setting number of mfcc coefficients in Analyzer constructor