|
⇤ ← Revision 1 as of 2017-10-20 00:38:09
Size: 791
Comment: Initial add.
|
← Revision 2 as of 2017-10-20 00:39:03 ⇥
Size: 788
Comment: Minor tweak.
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 12: | Line 12: |
| A tutorial on using SDL_AudioStream is at [[Tutorials/AudioStream]]. | A tutorial on using audio stream is at [[Tutorials/AudioStream]]. |
SDL_AudioStream
An opaque structure that buffers, converts, resamples, and generally streams audio data.
Contents
Remarks
The SDL_AudioStream structure is used to convert audio data between different formats in arbitrarily-sized blocks. It is meant to be a replacement for the SDL_AudioCVT-related interfaces.
A tutorial on using audio stream is at Tutorials/AudioStream.
(this page should be fleshed out more, too.)
