From 1c2ba35074b226d93f3b6c71cc3b94e7fc6e2e4e Mon Sep 17 00:00:00 2001 From: Michael Alexsander Silva Dias Date: Sun, 2 Jun 2019 20:01:42 -0300 Subject: Add 'global_rate_scale' to the AudioServer Closes #28953. --- doc/classes/AudioServer.xml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'doc') diff --git a/doc/classes/AudioServer.xml b/doc/classes/AudioServer.xml index 6dc1600cf2..4f3941c922 100644 --- a/doc/classes/AudioServer.xml +++ b/doc/classes/AudioServer.xml @@ -177,6 +177,13 @@ + + + + + Returns the global rate scale at which audio is being played. + + @@ -390,6 +397,15 @@ + + + + + + + Scales the rate at which audio is played (i.e. setting it to [code]0.5[/code] will make the audio be played twice as fast). + + @@ -411,6 +427,16 @@ + + + Adds and removes buses to make the number of buses match [code]amount[/code]. + + + + + Scales the rate at which audio is played (i.e. setting it to [code]0.5[/code] will make the audio be played twice as fast). + + -- cgit v1.2.3