@@ -1149,14 +1149,14 @@ 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.0 will play the audio faster, and at a higher
1153
- * pitch. A value less than 1.0 will play the audio slower, and at a lower
1154
- * pitch.
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.
1155
1155
*
1156
1156
* This is applied during SDL_GetAudioStreamData, and can be continuously
1157
1157
* changed to create various effects.
1158
1158
*
1159
- * \param stream the stream the frequency ratio is being changed.
1159
+ * \param stream the stream on which the frequency ratio is being changed.
1160
1160
* \param ratio the frequency ratio. 1.0 is normal speed. Must be between 0.01
1161
1161
* and 100.
1162
1162
* \returns true on success or false on failure; call SDL_GetError() for more
@@ -1332,7 +1332,7 @@ extern SDL_DECLSPEC bool SDLCALL SDL_SetAudioStreamInputChannelMap(SDL_AudioStre
1332
1332
* Channel maps are optional; most things do not need them, instead passing
1333
1333
* data in the [order that SDL expects](CategoryAudio#channel-layouts).
1334
1334
*
1335
- * The output channel map reorders data that leaving a stream via
1335
+ * The output channel map reorders data that is leaving a stream via
1336
1336
* SDL_GetAudioStreamData.
1337
1337
*
1338
1338
* Each item in the array represents an input channel, and its value is the
0 commit comments