.\" Automatically generated by Pandoc 3.6.1 .\" .TH "al_set_mixer_frequency" "3" "" "Allegro reference manual" .SH NAME al_set_mixer_frequency \- Allegro 5 API .SH SYNOPSIS .IP .EX #include \f[B]\f[R] bool al_set_mixer_frequency(ALLEGRO_MIXER *mixer, unsigned int val) .EE .SH DESCRIPTION Set the mixer frequency (in Hz). This will only work if the mixer is not attached to anything. .PP Returns true on success, false on failure. .SH SEE ALSO al_get_mixer_frequency(3)