File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1149,9 +1149,9 @@ extern SDL_DECLSPEC float SDLCALL SDL_GetAudioStreamFrequencyRatio(SDL_AudioStre
1149
1149
*
1150
1150
* The frequency ratio is used to adjust the rate at which input data is
1151
1151
* 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.
1155
1155
*
1156
1156
* This is applied during SDL_GetAudioStreamData, and can be continuously
1157
1157
* changed to create various effects.
You can’t perform that action at this time.
0 commit comments