Sound:getBlob

Edit

Returns a Blob containing the raw bytes of the Sound.

blob = Sound:getBlob()

Arguments

None

Returns

NameTypeDescription
blobBlob The Blob instance containing the bytes for the Sound.

Notes

Samples for each channel are stored interleaved. The data type of each sample is given by Sound:getFormat.

See also