1al_save_sample_f(3)                                        al_save_sample_f(3)
2
3
4

NAME

6       al_save_sample_f - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro_audio.h>
10
11              bool al_save_sample_f(ALLEGRO_FILE *fp, const char *ident, ALLEGRO_SAMPLE *spl)
12

DESCRIPTION

14       Writes  a  sample into a ALLEGRO_FILE(3) filestream.  Currently, wav is
15       the only supported format, and the extension must be “.wav”.
16
17       Returns true on success, false on error.  The file remains open  after‐
18       wards.
19
20              Note:  the allegro_audio library does not support any audio file
21              formats by default.  You must use the allegro_acodec  addon,  or
22              register your own format handler.
23

SEE ALSO

25       al_save_sample(3),   al_register_sample_saver_f(3),  al_init_acodec_ad‐
26       don(3)
27
28
29
30Allegro reference manual                                   al_save_sample_f(3)
Impressum