Query: reallocate_voice
OS: debian
Section: 3alleg4
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
reallocate_voice(3alleg4) Allegro manual reallocate_voice(3alleg4)NAMEreallocate_voice - Switches the sample of an already-allocated voice. Allegro game programming library.SYNOPSIS#include <allegro.h> void reallocate_voice(int voice, const SAMPLE *spl);DESCRIPTIONSwitches an already-allocated voice to use a different sample. Calling reallocate_voice(voice, sample) is equivalent to: deallocate_voice(voice); voice = allocate_voice(sample);SEE ALSOallocate_voice(3alleg4), deallocate_voice(3alleg4), load_sample(3alleg4) Allegro version 4.4.2 reallocate_voice(3alleg4)
Related Man Pages |
---|
load_sample(3alleg4) - debian |
play_sample(3alleg4) - debian |
load_sample(3alleg4) - suse |
play_sample(3alleg4) - suse |
play_sample(3alleg4) - php |
Similar Topics in the Unix Linux Community |
---|
Adding the individual columns of a matrix. |
awk or sed - Convert 2 lines to 1 line |
Introduction |
How to copy a column of multiple files and paste into new excel file (next to column)? |