php man page for set_volume

Query: set_volume

OS: php

Section: 3alleg4

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

set_volume(3alleg4)						  Allegro manual					       set_volume(3alleg4)

NAME
set_volume - Alters the global sound output volume. Allegro game programming library.
SYNOPSIS
#include <allegro.h> void set_volume(int digi_volume, int midi_volume);
DESCRIPTION
Alters the global sound output volume. Specify volumes for both digital samples and MIDI playback, as integers from 0 to 255, or pass a negative value to leave one of the settings unchanged. Values bigger than 255 will be reduced to 255. This routine will not alter the vol- ume of the hardware mixer if it exists (i.e. only your application will be affected).
SEE ALSO
install_sound(3alleg4), set_hardware_volume(3alleg4) Allegro version 4.4.2 set_volume(3alleg4)
Related Man Pages
exmidi(3alleg4) - debian
install_sound(3alleg4) - centos
install_sound(3alleg4) - mojave
set_volume_per_voice(3alleg4) - centos
install_sound(3alleg4) - redhat
Similar Topics in the Unix Linux Community
Disable / mute microphone from command line