DSP.IFFT¶
| Name | Mandatory | Description | Default | Type | 
|---|---|---|---|---|
| ⬅️ Input | The frequency-domain representation of an audio to be converted. | [Float2] | ||
| Output ➡️ | The time-domain representation of the audio as a float sequence, float2 sequence or an audio object (determined by the Audio and Complex parameters). | [Float][Float2]Audio | ||
| Audio | No | If the output should be an Audio chunk. | false | Bool | 
| Complex | No | If the output should be complex numbers (only if not Audio). | false | Bool | 
Experimental/unstable
This API is experimental and might produce unexpected results or crash.
This shard performs an Inverse Fast Fourier Transform (IFFT) on the input. It takes the frequency-domain representation of an audio (represented as a float2 sequence) and outputs its time-domain representation (as a float sequence, float2 sequence or an audio object.)