1exsample(3) Allegro manual exsample(3)
2
3
4
6 exsample - Playing digital samples. Allegro game programming library.
7
9 #include <allegro.h>
10
11
12 Example exsample
13
15 This program demonstrates how to play samples. You have to use this
16 example from the command line to specify as first parameter a WAV or
17 VOC sound file to play. If the file is loaded successfully, the sound
18 will be played in an infinite loop. While it is being played, you can
19 use the left and right arrow keys to modify the panning of the sound.
20 You can also use the up and down arrow keys to modify the pitch.
21
22
24 END_OF_MAIN(3), SAMPLE(3), SCREEN_H(3), SCREEN_W(3), adjust_sample(3),
25 allegro_error(3), allegro_init(3), allegro_message(3),
26 clear_to_color(3), desktop_palette(3), destroy_sample(3), font(3),
27 install_keyboard(3), install_sound(3), install_timer(3), key(3),
28 load_sample(3), makecol(3), play_sample(3), poll_keyboard(3), rest(3),
29 screen(3), set_gfx_mode(3), set_palette(3), textprintf_centre_ex(3)
30
31
32
33Allegro version 4.4.2 exsample(3)