Skip to content

BytesToAudio

Name Mandatory Description Default Type
⬅️ Input Accepts a byte array containing audio samples in the specified bit format. Bytes
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)
Bits No The bit format used (32=F32 floating point, 24=I24 integer, 16=I16 PCM integer). 32 IntVar(Int)

Converts a byte array containing audio samples in the specified format back into an audio buffer.