1al_save_sample(3) al_save_sample(3)
2
3
4
6 al_save_sample - Allegro 5 API
7
9 #include <allegro5/allegro_audio.h>
10
11 bool al_save_sample(const char *filename, ALLEGRO_SAMPLE *spl)
12
14 Writes a sample into a file. Currently, wav is the only supported for‐
15 mat, and the extension must be ".wav".
16
17 Returns true on success, false on error.
18
19 Note: the allegro_audio library does not support any audio file
20 formats by default. You must use the allegro_acodec addon, or
21 register your own format handler.
22
24 al_save_sample_f(3), al_register_sample_saver(3), al_init_acodec_ad‐
25 don(3)
26
27
28
29Allegro reference manual al_save_sample(3)