We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi there, does anybody know the values of the predefined frequency ranges (bass, lowMid, mid, highMid) used with the getEnergy method?
https://GitHub.com/processing/p5.js-sound/blob/master/src/fft.js#L108-L113
this.bass = [20, 140]; this.lowMid = [140, 400]; this.mid = [400, 2600]; this.highMid = [2600, 5200]; this.treble = [5200, 14000];
Great, thanks a lot!!
Answers
https://GitHub.com/processing/p5.js-sound/blob/master/src/fft.js#L108-L113
Great, thanks a lot!!