Oortone

Results 10 issues of Oortone

## What is the issue about? - [ ] Bug - [ ] Feature request - [ ] Usage question - [X] Documentation - [ ] Contributing / Development ##...

**Describe the bug** SpectralSlope and spectralKurtosis gets values out of range (as stated in [documentation](https://meyda.js.org/audio-features)) when used in WebAudio in Chrome. **To Reproduce** I initialize Meyda at 48 kHz like...

bug

**Describe the bug** In browser context: With many of the feature extractors; setting the `hopSize` to smaller than `bufferSize` (to get an overlap to preserve information) will produce jumping values...

bug

**Describe the bug** Last line in csv output of CLI are mostly garbage **To Reproduce** Example, run: ``` meyda --bs=2048 --hs=1024 --o=cur.csv some_file.wav spectralCentroid spectralFlatness spectralSlope spectralRolloff spectralSpread spectralSkewness spectralKurtosis...

bug
cli

__Write your question or issue with as much detail as possible__ I notice in the code that mel filter banks are there, but are these used only for the mfcc-extraction...

feature-extractor

**Is your feature request related to a problem? Please describe.** Using the CLI to output parameters, those audio features who are multidimensional like `amplitudeSpectrum`and `mfcc` will not get corresponding label...

good first issue
cli

**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 sampling frequency when directing the result to a csv-file...

bug
cli

So I just learned `sampleRate` in most cases needs to be set to the same as the WebAudio context is using when analyzing a realtime audiostream, otherwise STFT-bins will be...

question

**Describe the bug** All links in the Readme are dead. **To Reproduce** Steps to reproduce the behavior: 1. Go to 'https://github.com/nickjillings/js-xtract' 2. Click on 'any link' 3. Scroll down to...

Your issue content here. Seems like the link for tasnet and demucs have been somewhat mixed up.