Wiki Page Content

Results 1 - 7 of 7 results out of about 6839 pages. (2.88 seconds)

SDL_GetQueuedAudioSize . . . 3 matches
...= Remarks == This is the number of bytes that have been queued for playback with [[SDL_QueueAudio]](), but have not yet been sent to the hardware. Once we've sent it to the hardwa...

1.9k - rev: 1 (current) last modified: 2014-07-28 17:49:26

SDL_ClearQueuedAudio . . . 2 matches
...device is always a no-op. You have to use the audio callback or queue audio with [[SDL_QueueAudio]](), but not both. You should not call [[SDL_LockAudio]]() on the device before c...

2.0k - rev: 1 (current) last modified: 2014-07-28 17:50:37

Tutorials/AudioStream . . . 1 match
...d let SDL figure it out, you can do that too, but that's a different API (that's [[SDL_QueueAudio]]() and friends). Here are some immediate uses for [[SDL_AudioStream]]: * You w...

8.2k - rev: 8 (current) last modified: 2017-10-23 15:49:54

SDL_DequeueAudio . . . 1 match
...re looking to queue audio for output on a non-callback playback device, you want [[SDL_QueueAudio]]() instead. SDL_!DequeueAudio() will always return 0 if you use it with playback...

3.1k - rev: 3 (current) last modified: 2016-09-29 21:29:28

SDL_AudioSpec . . . 1 match
...uffer with silence. With SDL >= 2.0.4 you can choose to avoid callbacks and use [[SDL_QueueAudio]]() instead, if you like. Just open your audio device with a NULL callback. == Re...

4.4k - rev: 40 (current) last modified: 2019-05-15 14:14:25

CategoryAudio . . . 1 match
...##master-page:CategoryTemplate ##master-date:Unknown-Date #format wiki #language en = Audio Device Management and Audio Playback = '''Include File(s):''' [[http://hg.libsdl.org/...

0.7k - rev: 13 (current) last modified: 2013-10-12 19:28:06

CategoryAPI . . . 1 match
...##master-page:CategoryTemplate ##master-date:Unknown-Date #format wiki #language en = SDL 2.0 API by Name = <<TableOfContents()>> == Hints == <<FullSearchCached(category:Catego...

0.5k - rev: 19 (current) last modified: 2013-08-10 05:04:50

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit