Sortix
Sortix Download Manual Development Source Code News Blog More
current nightly

Sortix volatile manual

This manual documents Sortix volatile, a development build that has not been officially released. You can instead view this document in the latest official manual.

SDL_FreeWAV(3) SDL API Reference SDL_FreeWAV(3)

NAME

SDL_FreeWAV - Frees previously opened WAV data

SYNOPSIS

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

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.

SEE ALSO

SDL_LoadWAV
Tue 11 Sep 2001, 22:58 SDL
Copyright 2011-2025 Jonas 'Sortie' Termansen and contributors.
Sortix's source code is free software under the ISC license.
#sortix on irc.sortix.org
@sortix_org