Package com.badlogic.gdx.audio.analysis


package com.badlogic.gdx.audio.analysis
Allows to analyze audio (raw PCM buffers) to generate FFT. Used to generate music spectrums, but FFT has much more uses than that. Code migrated from some old commits of LibGDX.
  • Classes
    Class
    Description
    FFT stands for Fast Fourier Transform.
    A Fourier Transform is an algorithm that transforms a signal in the time domain, such as a sample buffer, into a signal in the frequency domain, often called the spectrum.