getMasterGain ============= :doc:`/types/AudioModuleInterface/index`::getMasterGain Returns the master gain. Declaration ----------- .. code-block:: cpp virtual float getMasterGain() = 0; Parameters ---------- None. Returns ------- The master gain. Notes ----- The master gain is the overall volume of all sounds.