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 |
Int Var(Int) |
SampleRate |
No | The sample rate in Hz. | 44100 |
Int Var(Int) |
Bits |
No | The bit format used (32=F32 floating point, 24=I24 integer, 16=I16 PCM integer). | 32 |
Int Var(Int) |
Converts a byte array containing audio samples in the specified format back into an audio buffer.