Processing Audio Data using Fourier Transforms in Java

前端 未结 3 1495
遥遥无期
遥遥无期 2020-12-28 08:35

I\'m trying to process audio data. I\'m working with Java. I\'ve extracted the audio data to an array. Now I should pass N data samples to a function that calculates the Dis

3条回答
  •  粉色の甜心
    2020-12-28 09:13

    If you only want Magnitude Spectrum of audio, go for jAudio API.

    It provides class for calculating MS.

提交回复
热议问题