reallocate_voice(3alleg4) debian man page | unix.com

Man Page: reallocate_voice

Operating Environment: debian

Section: 3alleg4

reallocate_voice(3alleg4)					  Allegro manual					 reallocate_voice(3alleg4)

NAME
reallocate_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);
DESCRIPTION
Switches 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 ALSO
allocate_voice(3alleg4), deallocate_voice(3alleg4), load_sample(3alleg4) Allegro version 4.4.2 reallocate_voice(3alleg4)
Related Man Pages
play_sample(3alleg4) - debian
load_sample(3alleg4) - suse
play_sample(3alleg4) - php
play_sample(3alleg4) - redhat
play_sample(3alleg4) - osx
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
How can I do this in VI editor?
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?