Audio: Added a mechanism for streaming samples
When a buffer is created with the SFXBF_STREAM flag, its sample'sdata pointer is interpreted as a callback that will allow more samplesto be streamed in.
View differences
Audio: Added a mechanism for streaming samples
When a buffer is created with the SFXBF_STREAM flag, its sample's
data pointer is interpreted as a callback that will allow more samples
to be streamed in.