Skip to content

Commit 0e262df

Browse files
committed
Sync SDL3 wiki -> header
[ci skip]
1 parent 6c406dd commit 0e262df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/SDL3/SDL_audio.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1149,9 +1149,9 @@ extern SDL_DECLSPEC float SDLCALL SDL_GetAudioStreamFrequencyRatio(SDL_AudioStre
11491149
*
11501150
* The frequency ratio is used to adjust the rate at which input data is
11511151
* consumed. Changing this effectively modifies the speed and pitch of the
1152-
* audio. A value greater than 1.0f will play the audio faster, and at a higher
1153-
* pitch. A value less than 1.0f will play the audio slower, and at a lower
1154-
* pitch. 1.0f means play at normal speed.
1152+
* audio. A value greater than 1.0f will play the audio faster, and at a
1153+
* higher pitch. A value less than 1.0f will play the audio slower, and at a
1154+
* lower pitch. 1.0f means play at normal speed.
11551155
*
11561156
* This is applied during SDL_GetAudioStreamData, and can be continuously
11571157
* changed to create various effects.

0 commit comments

Comments
 (0)