voice_start.3alleg

Langue: en

Version: version 4.2.2 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

voice_start - Activates a voice. Allegro game programming library.

SYNOPSIS

#include <allegro.h>

void voice_start(int voice);

DESCRIPTION

Activates a voice, using whatever parameters have been set for it.

SEE ALSO

allocate_voice(3alleg), voice_stop(3alleg), release_voice(3alleg), exstream(3alleg)