DSP.FFT¶
Name | Mandatory | Description | Default | Type |
---|---|---|---|---|
⬅️ Input |
The time-domain representation of an audio to be converted. Can be a float sequence, float2 sequence or a sound object. | [Float] [Float2] Audio |
||
Output ➡️ |
The frequency-domain representation of the audio as a float2 sequence. | [Float2] |
Experimental/unstable
This API is experimental and might produce unexpected results or crash.
This shard performs a Fast Fourier Transform (FFT) on the input. It takes the time-domain representation of an audio (represented as a sounds object, float sequence or float2 sequence) and outputs its frequency-domain representation as a float2 sequence.