Oortone
Oortone
Hello. I get this regardless of sample rate. Here are two example files at two different sample rates. Meyda reports the correct sample rate in both cases. [files.zip](https://github.com/meyda/meyda/files/7547485/files.zip) Console output...
OK, thanks. I might have a look at that. Although I don't think I need these features. Just happened to find the bug.
Addition: As noted, with `hopSize` set to the same as `bufferSize` I get more sensible figures. However when starting (activating WebAudio) I do get a few first readings that look...
Here's the script online. A little bit of junk remaining but nothing that should affect WebAudio: [https://www.sigvardson.se/public/audioclassification_test/meydaminimum.html](url) Open in Chrome (I only tested in Chrome/Edge) Javascript console to see reading...
Yet an addition. After experimenting with various ways (Meyda, Essentia, WebAudio) to create short term amplitude spectrum at 48 kHz sampling frequency and 2048 buffer size I'm pretty sure there's...
As far as I've seen this happens on all files. Here's an example. Wav-file and resulting csv with command as above. Output on Terminal looks like: ``` ========= Meyda CLI...
Ok, I see, but I need to add that in the Node client version somehow to make use of it offline? Probably easy for anyone familiar with Node, but I'm...
Ah, yes. Mel Scaled Spectrum is what I mean. Isn't that generated by a matrix calculation of the amplitudeSpectrum and the mel filter bank? Seems it might be posiible to...
I haven't started using Meyda yet and am quite new to WebAudio, Javascript and machine learning too. However, from my knowledge of classical audio engineering methods I propose usage of...
I believe it's M = mono, S = stereo. It's a very old concept used in many audio engineering cases with both microphones and mixers since it's so easy to...