1voice_set_echo(3) Allegro manual voice_set_echo(3)
23
4
NAME
6voice_set_echo - Sets the echo parameters for a voice. Allegro game
7programming library.
8
SYNOPSIS
10#include <allegro.h>
1112
13
void voice_set_echo(int voice, int strength, int delay);
14
DESCRIPTION
16Sets the echo parameters for a voice (not currently implemented).
1718
SEE ALSO
20Allegro version 4.4.3 voice_set_echo(3)