AudioKit FFT conversion to dB?

前端 未结 2 431
余生分开走
余生分开走 2021-02-09 21:19

First time posting, thanks for the great community!

I am using AudioKit and trying to add frequency weighting filters to the microphone input and so I am tr

2条回答
  •  醉话见心
    2021-02-09 22:09

    You need to add all of the values from self.fft?.fftData (consider changing negative values to positive before adding) and then change that to decibels

提交回复
热议问题