1al_fill_silence(3) al_fill_silence(3)
23
4
NAME
6al_fill_silence - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro_audio.h>
1011
void al_fill_silence(void *buf, unsigned int samples,
12ALLEGRO_AUDIO_DEPTH depth, ALLEGRO_CHANNEL_CONF chan_conf)
13
DESCRIPTION
15Fill a buffer with silence, for the given format and channel configura‐
16tion. The buffer must have enough space for the given number of sam‐
17ples, and be properly aligned.
18
SINCE
205.1.8
2122
23
24
Allegro reference manual al_fill_silence(3)