Skip to content

AudioToFloats

Name Mandatory Description Default Type
⬅️ Input Takes an audio buffer as input. Audio
Output ➡️ Outputs the input audio represented as a sequence of float values. [Float]

Converts an audio buffer into a sequence of float values. Each sample in the audio buffer is converted to a float value in the range [-1.0, 1.0] and stored in the sequence.