Skip to content

Releases: meyda/meyda

v4.2.0

06 Dec 10:14
01b68b7
Compare
Choose a tag to compare
  • Being able to set the number of MFCCs to extract
  • Code cleanup & bug fixes
  • Better documentation
  • Drop support for Node 4

v4.1.3

02 Jan 11:03
Compare
Choose a tag to compare

This version contains a bugfix which makes Meyda work when installed via npm once again.

v4.1.2

05 Dec 14:40
3bf0924
Compare
Choose a tag to compare

This version is an internal hotfix for our build system & dependencies, and should have no effect on the library itself, with the exception of it now actually working when installed via npm again 😄

v4.1.1

04 Dec 23:32
6fb9cd1
Compare
Choose a tag to compare

Fixes a broken npm publish

v4.1.0

04 Dec 22:00
Compare
Choose a tag to compare

This release brings two very exciting additions to Meyda, both contributed by the amazing @odub

🎉 chroma 🎉

we've been wanting to add this for a while! Chroma is a very common audio feature which calculates the spectral energy of the signal for each chromatic pitch class (C, C♯, D, D♯, E, F, F♯, G, G♯, A, A♯, B). Often used to analyse the harmonic content of recorded music, such as in chord or key detection.

Hop size

This optional global parameter determines the number of samples between the starts of consecutive frames. Setting it to less than bufferSize causes frames to overlap, meaning that the feature will change more smoothly over time. Defaults to the value of bufferSize.

v4.0.5

25 Apr 10:07
Compare
Choose a tag to compare

Changes fft backend to @nevosegal's fftjs

v4.0.4

17 Apr 15:26
Compare
Choose a tag to compare

Build dist/web as UMD.

v4.0.3

15 Apr 16:46
Compare
Choose a tag to compare

Fixes webpack build of browser version

v4.0.2

15 Apr 13:17
Compare
Choose a tag to compare
Correct browser export

v4.0.1

15 Apr 12:55
Compare
Choose a tag to compare
v4.0.1