MTG / essentia.js

JavaScript library for music/audio analysis and processing powered by Essentia WebAssembly
https://essentia.upf.edu/essentiajs
GNU Affero General Public License v3.0
632 stars 41 forks source link

SpectralPeaks #34

Open gpeles opened 3 years ago

gpeles commented 3 years ago

It says in the documentation

It gives best results with dB input, a blackman-harris 92dB window and interpolation set to true. According to [1], spectral peak frequencies tend to be about twice as accurate when dB magnitude is used rather than just linear magnitude.

Is there a way to compute a spectrum with dB magnitude using Essentia?