cycle-meyda-driver
TypeScript icon, indicating that this package has built-in type declarations

0.0.8 • Public • Published

cycle-meyda-driver

Cycle.js drivers for audio feature extraction using Meyda.

Try the demo at StackBlitz!

Note that this package was tested with Chrome browser (>= 65.0.3325.181) only.

API

makeMeydaDriver(options)

Meyda audio feature extraction driver factory.

Params:

  • options a subset of MeydaOptions (https://meyda.js.org/reference/module-meyda.html)
    • bufferSize? {number}
    • hopSize? {number}
    • sampleRate? {number}
    • windowingFunction? {string}
    • featureExtractors? {string[]}

Return:

  • Driver the Meyda Cycle.js driver function. It takes no stream and returns a stream of audio features.

Readme

Keywords

none

Package Sidebar

Install

npm i cycle-meyda-driver

Weekly Downloads

1

Version

0.0.8

License

MIT

Unpacked Size

13.4 kB

Total Files

10

Last publish

Collaborators

  • mjyc