Sync SDL wiki -> header

This commit is contained in:
SDL Wiki Bot
2022-11-22 04:30:16 +00:00
parent 2c4159b99a
commit 1b9c4c5ca1

View File

@@ -1211,9 +1211,9 @@ extern DECLSPEC void SDLCALL SDL_MixAudioFormat(Uint8 * dst,
* You should not call SDL_LockAudio() on the device before queueing; SDL * You should not call SDL_LockAudio() on the device before queueing; SDL
* handles locking internally for this function. * handles locking internally for this function.
* *
* Note that SDL does not support planar audio. You will need to resample * Note that SDL does not support planar audio. You will need to resample from
* from planar audio formats into a non-planar one (see SDL_AudioFormat) * planar audio formats into a non-planar one (see SDL_AudioFormat) before
* before queuing audio. * queuing audio.
* *
* \param dev the device ID to which we will queue audio * \param dev the device ID to which we will queue audio
* \param data the data to queue to the device for later playback * \param data the data to queue to the device for later playback