diff --git a/doc/classes/AudioStreamPlayer.xml b/doc/classes/AudioStreamPlayer.xml index 64823c3be58..cf5adc34314 100644 --- a/doc/classes/AudioStreamPlayer.xml +++ b/doc/classes/AudioStreamPlayer.xml @@ -1,8 +1,10 @@ + Plays back audio. + Plays background audio. @@ -57,6 +59,7 @@ + Plays the audio from the given position 'from_pos', in seconds. @@ -65,6 +68,7 @@ + Sets the position from which audio will be played, in seconds. @@ -111,26 +115,33 @@ + Stops the audio. + If [code]true[/code], audio plays when added to scene tree. Default value: [code]false[/code]. + Bus on which this audio is playing. + If [code]true[/code], audio is playing. + The [AudioStream] object to be played. + Volume of sound, in dB. + Emitted when the audio stops playing.