AudioToBytes¶
| Name | Mandatory | Description | Default | Type | 
|---|---|---|---|---|
| ⬅️ Input | Accepts an audio buffer as input. | Audio | ||
| Output ➡️ | The input audio buffer represented as a byte array. | Bytes | ||
| Bits | No | The bit format to use (32=F32 floating point, 24=I24 integer, 16=I16 PCM integer). | 32 | IntVar(Int) | 
Converts an audio buffer into a byte array with specified bit format.