Web Audio API analyser node getByteFrequencyData returning blank array

后端 未结 3 516
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-06 01:05

I\'m trying to access FFT data from the analyser node using analyser.getByteFrequencyData(array) but it seems to return a blank array:

var array         


        
3条回答
  •  心在旅途
    2021-01-06 01:41

    Without seeing more of your code, my best guess is that you have the minDecibels and maxDecibels set to a range that is over the data you're pumping through the analyser, so it's getting zeroed out.

提交回复
热议问题