Is the best way to get current level of audio bus?
AudioServer.get_bus_peak_volume_left_db ( int bus_idx, int channel )
Is there a way to get the sum of left and right channel in a single function,
or must do the math between L and R ?
Also bit confused about what the "int channel" value actually refers to.
Thanks all,