.\" Automatically generated by Pandoc 2.9.2.1 .\" .TH "al_set_audio_stream_gain" "3alleg5" "" "Allegro reference manual" "" .hy .SH NAME .PP al_set_audio_stream_gain - Allegro 5 API .SH SYNOPSIS .IP .nf \f[C] #include bool al_set_audio_stream_gain(ALLEGRO_AUDIO_STREAM *stream, float val) \f[R] .fi .SH DESCRIPTION .PP Set the playback gain of the stream. .PP Returns true on success, false on failure. Will fail if the audio stream is attached directly to a voice. .SH SEE ALSO .PP al_get_audio_stream_gain(3alleg5).