Skip to content

FloatsToAudio

Name Mandatory Description Default Type
⬅️ Input Takes a sequence of float values in the range [-1.0, 1.0] as input. [Float]
Output ➡️ Returns the constructed audio buffer. Audio
Channels No The number of channels. 1 IntVar(Int)
SampleRate No The sample rate in Hz. 44100 IntVar(Int)

Converts a sequence of float values in the range [-1.0, 1.0] into an audio buffer. The 'Channels' parameter specifies how many audio channels to create, and 'SampleRate' defines the sample rate of the output audio.