Skip to main content

Transcode audio

Transcoding formats

You can transcode audio from one RAW or Encoded format into another using the corresponding functions.

Transcode RAW and Encoded nodes

Convert float array to bytes

You can convert a float array (e.g., 32-bit float PCM data) into a byte array. This is useful when your audio data needs to be in bytes, such as for network transmission or certain processing systems. This conversion is often required when using delegates like OnGeneratePCMData or OnPopulateAudioData, as they output float PCM data.

Convert Float Array To Bytes nodes