logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

SDL_FreeWAV - Frees previously opened WAV data

Description

       After  a  WAVE  file  has been opened with SDL_LoadWAV its data can eventually be freed with SDL_FreeWAV.
       audio_buf is a pointer to the buffer created by SDL_LoadWAV.

Name

       SDL_FreeWAV - Frees previously opened WAV data

See Also

SDL_LoadWAV

SDL                                          Tue 11 Sep 2001, 22:58                               SDL_FreeWAV(3)

Synopsis

#include"SDL.h"voidSDL_FreeWAV(Uint8*audio_buf);

See Also