Skip to content

Commit

Permalink
Sync SDL3 header -> wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
SDLWikiBot committed Nov 13, 2024
1 parent f5bd663 commit 8bbf12f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions SDL3/CategoryAudio.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ time, in any supported format, and output it as needed in any other format,
even if the data format changes on either side halfway through.

An app opens an audio device and binds any number of audio streams to it,
feeding more data to the streams as available. When the devices needs more data, it
will pull it from all bound streams and mix them together for playback.
feeding more data to the streams as available. When the devices needs more
data, it will pull it from all bound streams and mix them together for
playback.

Audio streams can also use an app-provided callback to supply data
on-demand, which maps pretty closely to the SDL2 audio model.
Expand Down

0 comments on commit 8bbf12f

Please sign in to comment.