Sound:getBlob
EditReturns a Blob containing the raw bytes of the Sound.
blob = Sound:getBlob()Arguments
None
Returns
| Name | Type | Description |
| blob | Blob |
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.