-
**Describe the bug**
Line 942 of the main.js (under meyda/dist/node folder) is used `this._m.spn = this._m.audioContext.createScriptProcessor(this._m.bufferSize, this._m.inputs, this._m.outputs);`.…
-
Hi there,
AWESOME WORK! Really great to see others working on audio feature extraction in JS. Some friends and I have been working on [meyda](https://github.com/hughrawlinson/meyda), a collection o…
-
Hi @miaobin
this is very interesting work :+1: and I've been planning to integrate it into an [audio library for SEPIA](https://github.com/SEPIA-Framework/sepia-web-audio/tree/dev) I'm working on…
-
Hello, I have a question. I am an excited user of this library.
Is there any way to specify a duration for the audio file to be loaded, like the python library librosa.load?
If not, is there any way…
-
**Is your feature request related to a problem? Please describe.**
When there is an error with meyda, there is only an error message in the console like `DOMException: Could not start video source`, …
-
**Describe the bug**
The following feature extractors, taken from [this listing](https://meyda-beta.surge.sh/modules/Meyda.html#MeydaAudioFeature), does not produce numerical results on a wav 22 kHz …
-
In Meyda, we can set the sample rate as follows
```js
var Meyda = require('meyda');
Meyda.sampleRate = 192000;
```
To me, at the moment, this seems like a bit of a weird API. I think I would …
-
TO DO:
- [ ] twilio conference call rooms
- [ ] multiple anvils (different colors)
- [ ] call rooms map to anvils
- [ ] sound of microphone maps to jump. pitch of sound could map to heigth of ju…
-
Hello,
I'm trying to run Hydra locally. When I get to the `yarn install` step I get the following errors:
```
error meyda@5.5.1: The engine "node" is incompatible with this module. Expected ver…
-
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Is your feature request for a new …