···11121112 * ```
11131113 *
11141114 * \param src The data source for the WAVE data
11151115- * \param freesrc If SDL_TRUE, calls SDL_RWclose() on `src` before returning, even in the case of an error
11151115+ * \param freesrc If SDL_TRUE, calls SDL_RWclose() on `src` before returning,
11161116+ * even in the case of an error
11161117 * \param spec A pointer to an SDL_AudioSpec that will be set to the WAVE
11171118 * data's format details on successful return
11181119 * \param audio_buf A pointer filled with the audio data, allocated by the