1al_fill_silence(3)                                          al_fill_silence(3)
2
3
4

NAME

6       al_fill_silence - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro_audio.h>
10
11              void al_fill_silence(void *buf, unsigned int samples,
12                 ALLEGRO_AUDIO_DEPTH depth, ALLEGRO_CHANNEL_CONF chan_conf)
13

DESCRIPTION

15       Fill a buffer with silence, for the given format and channel configura‐
16       tion.  The buffer must have enough space for the given number  of  sam‐
17       ples, and be properly aligned.
18

SINCE

20       5.1.8
21
22
23
24Allegro reference manual                                    al_fill_silence(3)
Impressum